Skip to content

Commit a6a80d3

Browse files
docs: add Handler doc (#34)
1 parent 5105f51 commit a6a80d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

handler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ func init() { // nolint:gochecknoinits
2424
caddy.RegisterModule(Handler{})
2525
}
2626

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

0 commit comments

Comments
 (0)