package
0.0.0-20250206095323-67f4e8942fa5
Repository: https://github.com/noxyicm/wsf.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewHandler creates a new handler.
NewMiddleware creates a new middleware specified by type.
NewService creates a new service of type HTTP.
NewUploadsMiddleware creates new uploads middleware.
RegisterMiddleware registers a handler for middleware creation.
# Constants
EventDebug thrown if there is something insegnificant to say.
EventError thrown on any non job error provided.
EventHTTPError thrown after the http request has been processed with error.
EventHTTPResponse thrown after the http request has been processed.
EventInfo thrown if there is something to say.
EventInitSSL describes TLS initialization.
ID of service.
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
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
TYPEUploadsMiddleware is a name of this middleware.
# Structs
Config defines HTTP server configuration.
Handler serves http connections.
Config defines HTTP server configuration.
Service manages http servers.
SSLConfig defines HTTPS server configuration.
No description provided by the author
# Interfaces
Middleware for reauest manipulation type Middleware func(f http.HandlerFunc) http.HandlerFunc.