# Functions
New creates a new [Server].
# Structs
Request wraps a Gemini request.
A Server contains information required to run a TCP/TLS service capable of serving Gemini content over the internet.
TitanRequest wraps a Titan request.
# Type aliases
A Handler is a function to handle a [Request] by calling its various methods.
A TitanHandler is a function to handle a [TitanRequest] by calling its various methods.