Enums§
- Http
Method - HTTP method.
Traits§
Functions§
- add_
headers - add_
query_ parameters - decompress_
body - Decompresses the body based on the Content-Encoding header.
- emit_
decompress_ error - Maps a decompression failure to a response. If
erroris aDecompressedSizeLimitExceeded(the decompressed output exceeded the configured size cap), it becomes a413 Payload Too Largereportingmax_decompressed_size(the cap that was actually enforced), matching the request-body and snappy size errors. Any other decode failure emits anHttpDecompressErrorevent and becomes a422 Unprocessable Entity. - set_
max_ decompressed_ size_ bytes - Override the global decompressed payload size cap. Must be called before any sources start.