Class: Hoss::Context::Request Private
- Inherits:
-
Object
- Object
- Hoss::Context::Request
- Defined in:
- lib/hoss/context/request.rb,
lib/hoss/context/request/url.rb,
lib/hoss/context/request/socket.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Instance Attribute Summary collapse
- #body ⇒ Object private
- #cookies ⇒ Object private
- #env ⇒ Object private
- #headers ⇒ Object private
- #http_version ⇒ Object private
- #method ⇒ Object private
- #socket ⇒ Object private
- #url ⇒ Object private
Instance Attribute Details
#body ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
24 25 26 |
# File 'lib/hoss/context/request.rb', line 24 def body @body end |
#cookies ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
24 25 26 |
# File 'lib/hoss/context/request.rb', line 24 def @cookies end |
#env ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
24 25 26 |
# File 'lib/hoss/context/request.rb', line 24 def env @env end |
#headers ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
24 25 26 |
# File 'lib/hoss/context/request.rb', line 24 def headers @headers end |
#http_version ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
24 25 26 |
# File 'lib/hoss/context/request.rb', line 24 def http_version @http_version end |
#method ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
24 25 26 |
# File 'lib/hoss/context/request.rb', line 24 def method @method end |
#socket ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
24 25 26 |
# File 'lib/hoss/context/request.rb', line 24 def socket @socket end |
#url ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
24 25 26 |
# File 'lib/hoss/context/request.rb', line 24 def url @url end |