# 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.
# Interfaces
Validator is request validator interface.