Type Definition gemini::request::AnyRequest

source · []
pub type AnyRequest = Request<Any>;
Expand description

A request that may be for any scheme.

Implementations

Validate that this Request can be made via gemini://, including setting the port if not already done.