File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
fsharp-backend/tests/httptestfiles Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -268,22 +268,25 @@ GET / HTTP/1.1
268268Host: HOST
269269Date: Sun, 08 Nov 2020 15:38:01 GMT
270270Content-Length: 0
271- Accept-encoding: gzip
271+ Accept-encoding: br
272272
273273
274274
275275[response]
276276HTTP/1.1 200 OK
277277Date: xxx, xx xxx xxxx xx:xx:xx xxx
278278Content-Type: text/plain
279- Content-encoding: gzip
279+ Content-Encoding: br // FSHARPONLY
280+ Content-Length: LENGTH // OCAMLONLY
280281Access-Control-Allow-Origin: * // FSHARPONLY
281282access-control-allow-origin: * // OCAMLONLY
282283x-darklang-execution-id: 0123456789
283284Server: nginx/1.16.1 // OCAMLONLY
284285Server: darklang // FSHARPONLY
285286Connection: keep-alive // OCAMLONLY
286- Content-Length: LENGTH
287+ Vary: Accept-Encoding // FSHARPONLY
288+ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload // FSHARPONLY
289+ Transfer-Encoding: chunked // FSHARPONLY
287290
288291/*! * * * * * * * * * * * * * * * * * * * *
289292 CSShake :: shake
Original file line number Diff line number Diff line change @@ -282,9 +282,10 @@ access-control-allow-origin: * // OCAMLONLY
282282x-darklang-execution-id: 0123456789
283283Server: nginx/1.16.1 // OCAMLONLY
284284Server: darklang // FSHARPONLY
285- Transfer-Encoding: chunked
286- Vary: Accept-Encoding // FSHARPONLY
287285Connection: keep-alive // OCAMLONLY
286+ Vary: Accept-Encoding // FSHARPONLY
287+ Strict-Transport-Security: max-age=31536000; includeSubDomains; preload // FSHARPONLY
288+ Transfer-Encoding: chunked
288289
289290/*! * * * * * * * * * * * * * * * * * * * *
290291 CSShake :: shake
You can’t perform that action at this time.
0 commit comments