package
0.0.0-20240805073345-39c03fc987d2
Repository: https://github.com/intergral/deep.git
Documentation: pkg.go.dev
# Functions
InitFrontend initializes V1 frontend
Returned RoundTripper can be wrapped in more round-tripper middlewares, and then eventually registered into HTTP server using the Handler from this package.
MergeMiddlewares takes a set of ordered middlewares and merges them into a pipeline.
New returns a new QueryFrontend.
No description provided by the author
NewRoundTripper takes an ordered set of middlewares and builds a http.RoundTripper around them.
# Constants
nil response in ServeHTTP.
StatusClientClosedRequest is the status code for when a client request cancellation of an http request.
# Structs
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
# Interfaces
Middleware is used to build pipelines of http.Roundtrippers.
# Type aliases
MiddlewareFunc is like http.HandlerFunc, but for Middleware.
RoundTripperFunc is like http.HandlerFunc, but for RoundTripper chosen for pipeline building over queryrange.Handler b/c of how similar queryrange.Handler is to this existing interface.