summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/http.ts
AgeCommit message (Expand)Author
2024-10-30fix(ext/node): return `this` from `http.Server.ref/unref()` (#26647)Nathan Whitaker
2024-10-29Revert "fix(ext/node): fix dns.lookup result ordering (#26264)" (#26621)Yoshiya Hinosawa
2024-10-25fix(ext/node): refactor http.ServerResponse into function class (#26210)Nicola Bovolato
2024-10-17fix(net): don't try to set nodelay on upgrade streams (#26342)Nathan Whitaker
2024-10-17fix(node/http): normalize header names in `ServerResponse` (#26339)Nathan Whitaker
2024-10-16fix(ext/node): fix dns.lookup result ordering (#26264)Yoshiya Hinosawa
2024-09-12feat(ext/node): expose ES modules for _ modules (#25588)Bartek Iwańczuk
2024-08-21fix(ext/node): pass content-disposition header as string instead of bytes (#2...Satya Rohith
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-08-18fix(node/http): wrong `req.url` value (#25081)Marvin Hagemeister
2024-08-14fix: dd-trace http message compat (#25021)snek
2024-08-12fix(ext/node): don't concat set-cookie in ServerResponse.appendHeader (#25000)Luca Casonato
2024-08-08fix(ext/node): client closing streaming request shouldn't terminate http serv...Satya Rohith
2024-07-30refactor(ext/node): create separate ops for node:http module (#24788)Bartek Iwańczuk
2024-07-10fix(node/http): don't send destroyed requests (#24498)Marvin Hagemeister
2024-07-10fix(node/http): don't error if request destroyed before send (#24497)Marvin Hagemeister
2024-07-09fix(node/http): support all `.writeHead()` signatures (#24469)Marvin Hagemeister
2024-07-05chore: remove unused class private properties (#24441)Marvin Hagemeister
2024-07-05fix(ext/node): http chunked writes hangs (#24428)Divy Srivastava
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-28fix(ext/http): flush gzip streaming response (#23991)Bartek Iwańczuk
2024-05-26fix(node): set default http server response code 200 (#23977)Marvin Hagemeister
2024-04-24feat(ext/http): Implement request.signal for Deno.serve (#23425)Matt Mastracci
2024-04-21fix(ext/node): define http.maxHeaderSize (#23479)Bartek Iwańczuk
2024-04-05fix(ext/node): hostname is valid IPv4 addr (#23243)Divy Srivastava
2024-03-10fix(node:http) Export `validateHeaderName` and `validateHeaderValue` function...mash-graz
2024-02-29fix(ext/node) add node http methods (#22630)Igor Zinkovsky
2024-02-18BREAKING(unstable): remove `Deno.HttpClient.rid` (#22075)Asher Gomez
2024-01-29refactor: Use virtul ops module (#22175)Bartek Iwańczuk
2024-01-29refactor: migrate 'ext/node' extension to virtual ops module (#22157)Bartek Iwańczuk
2024-01-23refactor: set removal version for `Deno.Server` (#22024)Asher Gomez
2024-01-19fix(node/http): remoteAddress and remotePort not being set (#21998)Marvin Hagemeister
2024-01-18chore: upgrade deno_core to 0.247.0 (#21974)Bartek Iwańczuk
2024-01-18fix(node): update `req.socket` on WS upgrade (#21984)Divy Srivastava
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-12-25fix(ext/node): add ClientRequest#setNoDelay (#21694)Divy Srivastava
2023-12-11fix(ext/node): ServerResponse getHeader() return undefined (#21525)Divy Srivastava
2023-12-11fix(ext/node): stub ServerResponse#flushHeaders (#21526)Divy Srivastava
2023-12-01refactor: use resourceForReadableStream for fetch (#20217)Matt Mastracci
2023-11-22refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...Asher Gomez
2023-11-11fix(node/http): export globalAgent (#21081)Jacob Hummer
2023-11-07fix(node/http): socket.setTimeout (#20930)Gasman
2023-08-29fix(node/http): don't leak resources on destroyed request (#20040)Bartek Iwańczuk