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
/
cli
/
tests
/
unit_node
/
http_test.ts
Age
Commit message (
Expand
)
Author
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-02-07
chore(cli): Use @test_util for relative path for unit tests (#22327)
Matt Mastracci
2024-01-19
fix(node/http): remoteAddress and remotePort not being set (#21998)
Marvin Hagemeister
2024-01-18
fix(node): update `req.socket` on WS upgrade (#21984)
Divy Srivastava
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-25
fix(ext/node): add ClientRequest#setNoDelay (#21694)
Divy Srivastava
2023-12-11
fix(ext/node): ServerResponse getHeader() return undefined (#21525)
Divy Srivastava
2023-12-11
fix(ext/node): stub ServerResponse#flushHeaders (#21526)
Divy Srivastava
2023-12-08
fix(ext/node): allow null value for req.setHeader (#21391)
Yoshiya Hinosawa
2023-12-02
chore: update std to 0.208.0 (#21318)
Asher Gomez
2023-11-22
refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...
Asher Gomez
2023-11-22
Revert "chore: update to `std@0.207.0` (#21284)" (#21295)
Bartek Iwańczuk
2023-11-22
chore: update to `std@0.207.0` (#21284)
Asher Gomez
2023-11-11
fix(node/http): export globalAgent (#21081)
Jacob Hummer
2023-11-07
fix(node/http): socket.setTimeout (#20930)
Gasman
2023-10-28
Revert "chore: update deno_std submodule (#20994)" (#21001)
Bartek Iwańczuk
2023-10-27
chore: update deno_std submodule (#20994)
Bartek Iwańczuk
2023-08-29
fix(node/http): don't leak resources on destroyed request (#20040)
Bartek Iwańczuk
2023-08-18
fix(node/http): emit error when addr in use (#20200)
Bartek Iwańczuk
2023-08-17
feat(ext/web): resourceForReadableStream (#20180)
Matt Mastracci
2023-07-25
fix(node): add writable and readable fields to FakeSocket (#19931)
Bartek Iwańczuk
2023-07-21
fix(node/http): add encrypted field to FakeSocket (#19886)
Leo Kettmeir
2023-07-19
fix(node/http): call callback after request is sent (#19871)
Leo Kettmeir
2023-07-11
fix(node/http): add destroy to FakeSocket (#19796)
Leo Kettmeir
2023-07-11
fix(node/http): allow callback in first argument of end call (#19778)
Leo Kettmeir
2023-07-10
fix(node/http): server use FakeSocket and add end method (#19660)
Leo Kettmeir
2023-06-30
fix(node/http): add setKeepAlive to FakeSocket (#19659)
Leo Kettmeir
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-14
chore(ext/node): bring back changes to ClientRequest.onSocket (#19509)
Leo Kettmeir
2023-06-13
fix(ext/node): handle 'upgrade' responses (#19412)
Bartek Iwańczuk
2023-06-13
feat(node): HTTPS server (#19362)
Leo Kettmeir
2023-06-08
chore(ext/node): revert changes to ClientRequest.onSocket (#19426)
Bartek Iwańczuk
2023-06-06
fix(node/http): use fake socket and proper url handling (#19340)
Leo Kettmeir
2023-05-31
refactor: further work on node http client (#19327)
Leo Kettmeir
2023-05-29
fix: use proper ALPN protocols if HTTP client is HTTP/1.1 only (#19303)
Bartek Iwańczuk
2023-05-29
fix(node): http.IncomingMessageForClient.complete (#19302)
Bartek Iwańczuk
2023-05-23
refactor: further work on node http client (#19211)
Leo Kettmeir
2023-05-22
fix(node): add http.Server.unref() (#19201)
Bartek Iwańczuk
2023-05-17
refactor(node): reimplement http client (#19122)
Leo Kettmeir
2023-04-18
chore(ext/node): restore http_test from std (#18747)
Yoshiya Hinosawa
2023-04-18
fix(ext/node): polyfill response._implicitHeader method (#18738)
Yoshiya Hinosawa