[][src]Module logdna_client::body

Log line and body types

Structs

IngestBody

Type used to construct a body for an IngestRequest

KeyValueMap

Json key value map (json object with a depth of 1)

Line

Defines a log line, marking none required fields as Option

LineBuilder

Used to build a log line

Functions

into_http_body

Serializes (and compresses, depending on Encoding type) itself to prepare for http transport

Type Definitions

HttpBody

HTTP body type alias