Crate volo_http

Source
Expand description
Volo

Crates.io Documentation Website License Build Status

volo-http implements a HTTP framework.

For more information, please refer to volo.

For detailed guides, please refer to the guides.

Modulesยง

body
HTTP Body implementation for http_body::Body
clientclient
Client implementation
context
Contexts and utils of HTTP Services.
error
Generic error types
request
Request types and utils.
response
Response types for client and server.
serverserver
Server implementation
utils
Utilities of Volo-HTTP.