Class: RFlow::Message::Data::HTTP::Request
- Inherits:
-
Object
- Object
- RFlow::Message::Data::HTTP::Request
- Defined in:
- lib/rflow/components/http/extensions.rb
Overview
RFlow message representing an HTTP request.
Instance Attribute Summary collapse
-
#client_ip ⇒ String
The IP the request originated from.
-
#client_port ⇒ Integer
The port the request originated from.
-
#content ⇒ String
The HTTP body content.
-
#headers ⇒ Hash
The HTTP request headers.
-
#method ⇒ String
The HTTP method (POST, GET, etc.).
-
#protocol ⇒ String
The HTTP protocol being used for the request.
-
#query_string ⇒ String
The query string attached to the URI.
-
#server_ip ⇒ String
The IP the request went to.
-
#server_port ⇒ Integer
The port the request went to.
-
#uri ⇒ String
The URI the request was for.
Instance Attribute Details
#client_ip ⇒ String
The IP the request originated from.
|
|
# File 'lib/rflow/components/http/extensions.rb', line 9
|
#client_port ⇒ Integer
The port the request originated from.
|
|
# File 'lib/rflow/components/http/extensions.rb', line 13
|
#content ⇒ String
The HTTP body content.
|
|
# File 'lib/rflow/components/http/extensions.rb', line 45
|
#headers ⇒ Hash
The HTTP request headers.
|
|
# File 'lib/rflow/components/http/extensions.rb', line 41
|
#method ⇒ String
The HTTP method (POST, GET, etc.).
|
|
# File 'lib/rflow/components/http/extensions.rb', line 25
|
#protocol ⇒ String
The HTTP protocol being used for the request.
|
|
# File 'lib/rflow/components/http/extensions.rb', line 37
|
#query_string ⇒ String
The query string attached to the URI.
|
|
# File 'lib/rflow/components/http/extensions.rb', line 33
|
#server_ip ⇒ String
The IP the request went to.
|
|
# File 'lib/rflow/components/http/extensions.rb', line 17
|
#server_port ⇒ Integer
The port the request went to.
|
|
# File 'lib/rflow/components/http/extensions.rb', line 21
|
#uri ⇒ String
The URI the request was for.
|
|
# File 'lib/rflow/components/http/extensions.rb', line 29
|