# README
ProgpJS v2 - HttpServer
This library implements the Go part for the http server stack.
See https://github.com/progpjs/progpjs for more information.
# Packages
No description provided by the author
# Functions
GetHttpServer allows to get the server instance listening to the given port.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RegisterServer allows registering a server instance in a map allowing to known listened port <--> server.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
HttpHostInfos allows designing a host by his hostname and port.
No description provided by the author
No description provided by the author
StartParams will contain information on how to configure the server instance to create.
UrlResolver allows to bind an listener to an url part.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
HttpMiddleware is a function the system can call when a request occurs.