Versions in this module Expand all Collapse all v0 v0.0.1 Jan 20, 2026 Changes in this version + type GraphQLRequest struct + OperationName string + Query string + Variables map[string]interface{} + type PGRestHandler struct + PgUrl string + TableName string + func (PGRestHandler) CaddyModule() caddy.ModuleInfo + func (m *PGRestHandler) Provision(ctx caddy.Context) error + func (m *PGRestHandler) ServeHTTP(w http.ResponseWriter, r *http.Request, next caddyhttp.Handler) error + func (m *PGRestHandler) Validate() error