Re-exports§
pub use hypers_openapi as oapi;
Modules§
- HTTP cookie parsing and cookie jar management.
- Combinators and utilities for working with
Future
s,Stream
s,Sink
s, and theAsyncRead
andAsyncWrite
traits. - Typed HTTP Headers
- Utilities for
http_body::Body
. - hyper
- Mime
- Serde JSON
x-www-form-urlencoded
meets Serde- A runtime for writing reliable network applications without compromising speed.
- A scoped, structured logging and diagnostics system.
- Lightweight, flexible WebSockets for Rust.
Structs§
- Body to Request and Response .
- Server-Sent Event
- A TCP socket server, listening for connections.
- A type that can carry settings over multiple requests. The settings applied to the
TestClient
are applied to every request created from thisTestClient
. - A Unix socket which can accept connections from other Unix sockets.
Enums§
- An “event”, either an incoming message or some meta-action that needs to be applied to the stream.
Traits§
Functions§
- Starts a server and serves the connections.