Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpProcessHandleFunc ¶
type HttpProcessHandleFunc = func(w http.ResponseWriter, r *http.Request)
type HttpServer ¶
type HttpServer struct {
// contains filtered or unexported fields
}
func NewHttpServer ¶
func NewHttpServer(options HttpServerOptions, processors *common.Processors, observability *common.Observability) *HttpServer
func (*HttpServer) Start ¶
func (h *HttpServer) Start(wg *sync.WaitGroup)
Click to show internal directories.
Click to hide internal directories.