Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTP ¶ added in v1.13.0
type HTTP struct {
// contains filtered or unexported fields
}
HTTP returns HTTP middleware pipelines. These pipelines dynamically update the middleware chain when a component is added or removed from the store. Callers need only build a Pipeline once for a given spec.
func (*HTTP) BuildPipelineFromSpec ¶ added in v1.13.0
func (h *HTTP) BuildPipelineFromSpec(name string, spec *config.PipelineSpec) middleware.HTTP
BuildPipelineFromSpec builds a middleware pipeline from a spec. The returned Pipeline will dynamically update handlers when middleware components are added or removed from the store.
Click to show internal directories.
Click to hide internal directories.