Class: PageWeight::HTTP

Inherits:
Object
  • Object
show all
Defined in:
lib/page_weight/http.rb

Class Method Summary collapse

Class Method Details

.response_for(input) ⇒ Object



3
4
5
# File 'lib/page_weight/http.rb', line 3

def self.response_for(input)
  Net::HTTP.get_response(input)
end