Skip to content

Commit 806fef8

Browse files
authored
encode: add graphql-response header to list (#7214)
1 parent 6d73d85 commit 806fef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/caddyhttp/encode/encode.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ func (enc *Encode) Provision(ctx caddy.Context) error {
9292
"application/font*",
9393
"application/geo+json*",
9494
"application/graphql+json*",
95+
"application/graphql-response+json*",
9596
"application/javascript*",
9697
"application/json*",
9798
"application/ld+json*",

0 commit comments

Comments
 (0)