class Net::HTTPResponse
Attributes
Public Instance Methods
Source
# File lib/pcap_tools/patches/http.rb, line 10 def body=(body) @body = body @read = true end
# File lib/pcap_tools/patches/http.rb, line 10 def body=(body) @body = body @read = true end