class Net::HTTPResponse
Attributes
time[RW]
Public Instance Methods
body=(body)
click to toggle source
# File lib/pcap_tools/patches/http.rb, line 10 def body=(body) @body = body @read = true end