Versions in this module Expand all Collapse all v0 v0.0.1 Dec 22, 2025 Changes in this version + func NewRESTHandler(operation *schema.RelyProxyOperation, ...) (schema.RelyProxyHandler, error) + type RESTHandler struct + func (*RESTHandler) Type() schema.RelyProxyType + func (re *RESTHandler) Handle(ctx context.Context, request *http.Request, ...) (*http.Response, any, error)