index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit_node
/
http_test.ts
Age
Commit message (
Expand
)
Author
2024-10-29
Revert "fix(ext/node): fix dns.lookup result ordering (#26264)" (#26621)
Yoshiya Hinosawa
2024-10-25
fix(ext/node): refactor http.ServerResponse into function class (#26210)
Nicola Bovolato
2024-10-17
fix(node/http): normalize header names in `ServerResponse` (#26339)
Nathan Whitaker
2024-10-16
fix(ext/node): fix dns.lookup result ordering (#26264)
Yoshiya Hinosawa
2024-09-05
fix(ext/node): close upgraded socket when the underlying http connection is c...
Yoshiya Hinosawa
2024-08-30
test(ext/node): check hostname option has precedence over host option (#25292)
Yoshiya Hinosawa
2024-08-21
fix(ext/node): pass content-disposition header as string instead of bytes (#2...
Satya Rohith
2024-08-20
chore: enable no-console dlint rule (#25113)
David Sherret
2024-08-18
fix(node/http): wrong `req.url` value (#25081)
Marvin Hagemeister
2024-08-12
fix(ext/node): don't concat set-cookie in ServerResponse.appendHeader (#25000)
Luca Casonato
2024-08-08
fix(ext/node): client closing streaming request shouldn't terminate http serv...
Satya Rohith
2024-07-27
test(ext/node): reduce http_test flakiness (#24742)
Yoshiya Hinosawa
2024-07-25
chore: update to `std@2024.07.19` (#24715)
Asher Gomez
2024-07-24
fix(ext/node/net): emit `error` before `close` when connection is refused (#2...
Yoshiya Hinosawa
2024-07-16
fix(ext/node): http request uploads of subarray of buffer should work (#24603)
Satya Rohith
2024-07-10
fix(node/http): don't send destroyed requests (#24498)
Marvin Hagemeister
2024-07-10
fix(node/http): don't error if request destroyed before send (#24497)
Marvin Hagemeister
2024-07-09
fix(node/http): support all `.writeHead()` signatures (#24469)
Marvin Hagemeister
2024-07-05
fix(ext/node): http chunked writes hangs (#24428)
Divy Srivastava
2024-07-04
fix(node/http): don't throw on .address() before .listen() (#24432)
Marvin Hagemeister
2024-07-03
fix(ext/node): don't wait for end() call to send http client request (#24390)
Satya Rohith
2024-06-25
fix(ext/node): ignore stream error during enqueue (#24243)
Satya Rohith
2024-06-21
fix(ext/node): add ServerResponse#appendHeader (#24216)
Divy Srivastava
2024-06-14
fix(ext/node): `server.close()` does graceful shutdown (#24184)
Divy Srivastava
2024-06-11
fix(ext/node): ServerResponse header array handling (#24149)
Luca Casonato
2024-05-26
fix(node): set default http server response code 200 (#23977)
Marvin Hagemeister
2024-05-23
feat(ext/fetch): `Request.bytes()` and `Response.bytes()` (#23823)
Asher Gomez
2024-05-15
chore: fix flaky '[node/http] send request with non-chunked body' test (#23818)
David Sherret
2024-04-21
fix(ext/node): define http.maxHeaderSize (#23479)
Bartek IwaĆczuk
2024-04-18
fix(ext/node): Correctly send ALPN on node TLS connections (#23434)
Matt Mastracci
2024-04-05
fix(ext/node): hostname is valid IPv4 addr (#23243)
Divy Srivastava
2024-02-29
fix(ext/node) add node http methods (#22630)
Igor Zinkovsky
2024-02-13
chore: use `@std` import instead of `@test_util/std` (#22398)
Asher Gomez
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci