Module http

Module http 

Source

Re-exports§

pub use super::net::get;
pub use super::net::post;
pub use super::net::Request;
pub use super::net::Response;

Structs§

Server
HTTP Server
ServerRequest
HTTP Server Request (received by server)
ServerResponse
HTTP Server Response (sent by server)

Functions§

delete
put

Type Aliases§

HttpResult