summaryrefslogtreecommitdiff
path: root/tests/unit_node/http_test.ts
AgeCommit message (Expand)Author
2024-07-04fix(node/http): don't throw on .address() before .listen() (#24432)Marvin Hagemeister
2024-07-03fix(ext/node): don't wait for end() call to send http client request (#24390)Satya Rohith
2024-06-25fix(ext/node): ignore stream error during enqueue (#24243)Satya Rohith
2024-06-21fix(ext/node): add ServerResponse#appendHeader (#24216)Divy Srivastava
2024-06-14fix(ext/node): `server.close()` does graceful shutdown (#24184)Divy Srivastava
2024-06-11fix(ext/node): ServerResponse header array handling (#24149)Luca Casonato
2024-05-26fix(node): set default http server response code 200 (#23977)Marvin Hagemeister
2024-05-23feat(ext/fetch): `Request.bytes()` and `Response.bytes()` (#23823)Asher Gomez
2024-05-15chore: fix flaky '[node/http] send request with non-chunked body' test (#23818)David Sherret
2024-04-21fix(ext/node): define http.maxHeaderSize (#23479)Bartek IwaƄczuk
2024-04-18fix(ext/node): Correctly send ALPN on node TLS connections (#23434)Matt Mastracci
2024-04-05fix(ext/node): hostname is valid IPv4 addr (#23243)Divy Srivastava
2024-02-29fix(ext/node) add node http methods (#22630)Igor Zinkovsky
2024-02-13chore: use `@std` import instead of `@test_util/std` (#22398)Asher Gomez
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci