Class: RFlow::Message::Data::HTTP::Response
- Inherits:
-
Object
- Object
- RFlow::Message::Data::HTTP::Response
- Defined in:
- lib/rflow/components/http/extensions.rb
Overview
RFlow message representing an HTTP response.
Instance Attribute Summary collapse
-
#client_ip ⇒ String
The IP the response is going to.
-
#client_port ⇒ Integer
The port the response is going to.
-
#content ⇒ String
The HTTP response body content.
-
#headers ⇒ Hash
The HTTP response headers.
-
#protocol ⇒ String
The HTTP protocol being used for the response.
-
#server_ip ⇒ String
The IP the response is coming from.
-
#server_port ⇒ Integer
The port the response is coming from.
-
#status_code ⇒ Integer
The HTTP response code.
-
#status_reason_phrase ⇒ String
The server-supplied reason phrase (
OK, Moved Temporarily, etc.) for the #status_code.
Instance Attribute Details
#client_ip ⇒ String
The IP the response is going to.
|
|
# File 'lib/rflow/components/http/extensions.rb', line 56
|
#client_port ⇒ Integer
The port the response is going to.
|
|
# File 'lib/rflow/components/http/extensions.rb', line 60
|
#content ⇒ String
The HTTP response body content.
|
|
# File 'lib/rflow/components/http/extensions.rb', line 88
|
#headers ⇒ Hash
The HTTP response headers.
|
|
# File 'lib/rflow/components/http/extensions.rb', line 84
|
#protocol ⇒ String
The HTTP protocol being used for the response.
|
|
# File 'lib/rflow/components/http/extensions.rb', line 72
|
#server_ip ⇒ String
The IP the response is coming from.
|
|
# File 'lib/rflow/components/http/extensions.rb', line 64
|
#server_port ⇒ Integer
The port the response is coming from.
|
|
# File 'lib/rflow/components/http/extensions.rb', line 68
|
#status_code ⇒ Integer
The HTTP response code.
|
|
# File 'lib/rflow/components/http/extensions.rb', line 76
|
#status_reason_phrase ⇒ String
The server-supplied reason phrase (OK, Moved Temporarily, etc.) for the #status_code.
|
|
# File 'lib/rflow/components/http/extensions.rb', line 80
|