Method: Net::HTTP#end_request_hacked

Defined in:
lib/net_http_hacked.rb

#end_request_hackedObject



60
61
62
63
64
# File 'lib/net_http_hacked.rb', line 60

def end_request_hacked
  @res_hacked.end_reading_body_hacked
  end_transport @req_hacked, @res_hacked
  @res_hacked
end