Module warp

Module warp 

Source
Expand description

Remote storage adapter for warp web framework

Functionsยง

protobuf_body
Returns a Filter that matches any request and extracts a Future of a protobuf-decode body
read
Warp handler for remote read request
with_remote_storage
Create a Filter that matches any requests and return a RemoteStorageRef, which can be used in and_then.
write
Warp handler for remote write request