Skip to content

Commit

Permalink
docs: add Handler doc (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
vuongxuongminh authored May 11, 2022
1 parent 5105f51 commit a6a80d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func init() { // nolint:gochecknoinits
caddy.RegisterModule(Handler{})
}

// Handler implements an HTTP handler as a GraphQL reverse proxy server for caching, securing, and monitoring.
type Handler struct {
// Rewrite
RewriteRaw json.RawMessage `json:"rewrite_raw,omitempty" caddy:"namespace=http.handlers inline_key=rewrite"`
Expand Down

0 comments on commit a6a80d3

Please sign in to comment.