Class: PicklesHttpServer::Utils::Request

Inherits:
Struct
  • Object
show all
Defined in:
lib/pickles_http/utils.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



172
173
174
# File 'lib/pickles_http/utils.rb', line 172

def body
  @body
end

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



172
173
174
# File 'lib/pickles_http/utils.rb', line 172

def client
  @client
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



172
173
174
# File 'lib/pickles_http/utils.rb', line 172

def headers
  @headers
end