Skip to main content

Module http_models

Module http_models 

Source

Structs§

Filter
QueryPayload
SortOptions

Enums§

FilterOperator

Functions§

document_to_json
Converts an internal Document into a clean, client-friendly serde_json::Value.
json_to_insert_data
Converts an incoming serde_json::Value (from a request body) into the HashMap<String, Value> that our insert_map function expects.
json_to_value
Recursively converts a serde_json::Value into an internal Value.