Module net

Module net 

Source
Expand description

Network domain.

Re-exports§

pub use client::request;
pub use client::Request as ClientRequest;
pub use client::Response as ClientResponse;
pub use http::Request;
pub use http::Response;
pub use http::ResponseBuilder;

Modules§

client
Plugin-side HTTP client helpers.
http
Host-side HTTP request/response helpers.