0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-30 09:08:00 -04:00
denoland-deno/cli/tests
Luca Casonato c40d5040cd
fix(http): don't expose body on GET/HEAD requests (#12260)
GET/HEAD requests can't have bodies according to `fetch` spec. This
commit changes the HTTP server to hide request bodies for requests with
GET or HEAD methods.
2021-10-11 18:39:55 +02:00
..
integration feat: provide ops details for ops sanitizer failures (#12188) 2021-10-11 17:00:33 +02:00
testdata feat: provide ops details for ops sanitizer failures (#12188) 2021-10-11 17:00:33 +02:00
unit fix(http): don't expose body on GET/HEAD requests (#12260) 2021-10-11 18:39:55 +02:00
integration_tests.rs chore: split up integration_tests.rs into separate files (#11131) 2021-06-27 13:27:36 -04:00