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