Documentation ¶
Overview ¶
package httpserver provides basic HTTP server with DSP handlers
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(srv *Server)
Option type
func WithCustomHTTPServer ¶
WithCustomHTTPServer setup customly configured server
func WithCustomRouter ¶
func WithCustomRouter(fouterFnk customRouterFnk) Option
WithCustomRouter registrator
func WithExtensions ¶
func WithExtensions(exts ...extensions.ServerExtension) Option
WithExtensions setup custom
func WithServiceName ¶
WithServiceName which represents the internal name of the service
Click to show internal directories.
Click to hide internal directories.