httpd

package
v0.15.13 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2020 License: Apache-2.0 Imports: 30 Imported by: 2

Documentation

Index

Constants

View Source
const (

	// EngineHeaderName defines header name which is used to switch between
	// prometheus and m3query engines.
	EngineHeaderName = headers.M3HeaderPrefix + "Engine"
	// EngineURLParam defines query url parameter which is used to switch between
	// prometheus and m3query engines.
	EngineURLParam = "engine"
)

Variables

This section is empty.

Functions

func NewQueryRouter added in v0.15.3

func NewQueryRouter() options.QueryRouter

Types

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

Handler represents the top-level HTTP handler.

func NewHandler

func NewHandler(
	handlerOptions options.HandlerOptions,
	customHandlers ...options.CustomHandler,
) *Handler

NewHandler returns a new instance of handler with routes.

func (*Handler) RegisterRoutes

func (h *Handler) RegisterRoutes() error

RegisterRoutes registers all http routes.

func (*Handler) Router

func (h *Handler) Router() http.Handler

Router returns the http handler registered with all relevant routes for query.

Jump to

Keyboard shortcuts

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