Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 283 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 283 Bytes

sozu-command-futures, a library driving the sōzu HTTP reverse proxy

This reverse proxy receives orders on a Unix socket, with a simple request-response protocol using JSON. This library wraps calls to that socket through a tokio transport.

See the example for more information.