Documentation
¶
Overview ¶
Package httphandler provides HTTP handler functions for an httprouter.Router.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterHandler ¶
func RegisterHandler(router *httprouter.Router, middleware bool) error
RegisterHandler registers GET handlers that serve the router's OpenAPI specification at two paths relative to the router's prefix:
- openapi.json — JSON (application/json)
- openapi.yaml — YAML (application/yaml)
- openapi.html — HTML documentation (text/html)
All other HTTP methods return 405 Method Not Allowed. When middleware is true the handlers are wrapped by the router's middleware chain.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.