RequestHost

Type Alias RequestHost 

Source
pub type RequestHost = String;
Expand description

An alias for String, representing the host part of an HTTP request.

Aliased Typeยง

pub struct RequestHost { /* private fields */ }