package
0.0.0-20181024121726-20aadb4988d5
Repository: https://github.com/techcatslab/apix.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
No description provided by the author
MethodNotAllowedHandler returns a simple request handler that replies to each request with a ``405 method not allowed'' reply.
NewContext create a new context.
NewEntrypoint creates a new Entrypoint.
NewRouter returns a router.
# 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
Access control.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Headers.
No description provided by the author
No description provided by the author
No description provided by the author
MIME.
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
HTTP methods.
# Structs
Configuration for a http server.
Context wraps http.Request and http.ResponseWriter.
Entrypoint represents a http server.
Router register routes to be matched and dispatched to a handler.
TLSConfiguration is the configuration for a https server.
# Type aliases
FilterFunc defines a filter function which is invoked before the controller handler is executed.
HandlerFunc defines a handler function to handle http request.