# Functions

HandlePreflight returns a http handler function that process CORS preflight responses and sets CORS headers.
MessagingBootstrapHandler fulfills the BootstrapHandler contract.
NewClientsBootstrap is a factory method that returns the initialized "ClientsBootstrap" receiver struct.
No description provided by the author
NewHttpServer is a factory method that returns an initialized HttpServer receiver struct.
NewReady is a factory method that returns an initialized Ready receiver struct.
No description provided by the author
NewStartMessage is a factory method that returns an initialized StartMessage receiver struct.
ProcessCORS is a middleware function that enables CORS responses and sets CORS headers.
RequestLimitMiddleware is a middleware function that limits the request body size to Service.MaxRequestSize in kilobytes.

# 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

# Structs

ClientsBootstrap contains data to boostrap the configured clients.
No description provided by the author
HttpServer contains references to dependencies required by the http server implementation.
Ready contains references to dependencies required by the testing implementation.
No description provided by the author
StartMessage contains references to dependencies required by the start message handler.

# Type aliases

No description provided by the author