Type Definition gemini::request::GeminiRequest

source · []
pub type GeminiRequest = Request<Gemini>;
Expand description

A request that is known to be a valid Gemini URL.

Implementations

Return the hostname associated with the Gemini request.

Return the path portion of the Gemini request url.

Return the port associated with the Gemini request.