Class: Net::HTTPResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec/httpd/client.rb

Defined Under Namespace

Classes: HeadersHash

Instance Method Summary collapse

Instance Method Details

#headersObject



5
6
7
# File 'lib/rspec/httpd/client.rb', line 5

def headers
  @headers ||= HeadersHash.new(self)
end