ECS::LogEntry::Http::Response::Body
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
bytes
http.response.body.bytes
Size in bytes of the response body.
Level: Extended Type: Long Example:
887
bytes=(bytes : UInt64 | Nil)
http.response.body.bytes
Size in bytes of the response body.
Level: Extended Type: Long Example:
887
content
http.response.body.content
The full HTTP response body.
Level: Extended Type: Keyword Example:
Hello world
content=(content : String | Nil)
http.response.body.content
The full HTTP response body.
Level: Extended Type: Keyword Example:
Hello world