httphandler

package
v1.6.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL