Expand description

Gemini Requests

Gemini requests consist of a single URL (which means the scheme must be present). The format of gemini:// URLs is defined in Section 1.2 of the Gemini spec.

Modules

Parser

Structs

Marker for requests which may be any type.

Marker for requests which are known to be valid Gemini URLs.

Error to indicate a failure in constructing a Request.

A Gemini request.

A parsed URL record.

Type Definitions

A request that may be for any scheme.

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