class HTTP_Spew::HitNRun

An even more horrible way to make HTTP requests, just make them without reading a response!

Constants

RESPONSE

frozen response

Public Instance Methods

read_response() click to toggle source

we close the connection once we're ready to read the response to save bandwidth

# File lib/http_spew/hit_n_run.rb, line 16
def read_response
  close
  RESPONSE
end