# README
Neuron HTTP Server
This repository extends Neuron and provides HTTP Server that implements neuron/server.Server
interface.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
New creates new server.
NewVersioned creates new versioned API.
WithAPI is a server option that stores provided API in given http server.
WithAPIVersion is a server option that stores the api for provided version.
WithHostname sets the hostname option for the server.
WithPort sets the port option for the server.
WithTLSConfig sets the tls config option for the server.
# Structs
Options are the http server options.
Server is an http server implementation.
VersionedServer is a server.VersionedServer implementation for the http Server with multiple API versions.
# Interfaces
API is an interface used for the server API's.
# Type aliases
Option is a function that changes options in some way.