Expand description
Guards applied to a client-supplied body before it reaches the pipeline.
Functionsยง
- flatten_
top_ level_ dates - Rewrite top-level timestamp fields into their bare-string wire form.
- reject_
reserved_ keys - Refuse a body that carries a server-internal column.
- reject_
reserved_ keys_ in - The same guard over any key sequence, for a body that has already been decoded into
crate::WriteBodyand no longer has aParseMapto hand. - strip_
internal_ keys - Remove every
_-prefixed key from a row before it becomes a response. - to_
response_ body - Everything a row needs before it becomes a response body.