Crate hypers_core
source ·Re-exports§
pub use cookie;pub use futures_util;pub use headers;pub use http_body_util;pub use hyper;pub use mime;pub use serde_json;pub use serde_urlencoded;pub use tokio;pub use tokio_tungstenite::tungstenite;pub use tracing;
Modules§
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
TestClientare 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.