# Functions

New creates a new http or https server.
NewFactory returns server factory.
WithHTTP creates server with port.
WithSSL creates server with SSL port and certificate/key files.
WithTLSConfig creates server with SSL port and tls config.

# Structs

Factory is server factory.
Server represents http or https server.

# Interfaces

Validator is request validator interface.