Documentation
¶
Overview ¶
Package proxy handles requests by sending them to another wire protocol compatible service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶ added in v2.2.0
type Handler struct {
// contains filtered or unexported fields
}
Handler handles requests by sending them to another wire protocol compatible service.
func (*Handler) Handle ¶ added in v2.2.0
func (h *Handler) Handle(ctx context.Context, req *middleware.Request) (*middleware.Response, error)
Handle processes a request by sending it to another wire protocol compatible service.
Click to show internal directories.
Click to hide internal directories.