Functions§
Type Aliases§
- Compress
Fn - Receives the already-parsed JSON value, avoiding a redundant
serde_json::from_sliceon every request. Returns the serialized (possibly compressed) body, original size, and compressed size.
serde_json::from_slice on every request. Returns the serialized (possibly
compressed) body, original size, and compressed size.