25 Commits (b33a87d8cb52d5ea57fe4ecd1498f3136a2ccc11)

Author SHA1 Message Date
Trevor Norris 979d0ca874 http: cleanup setHeader() 10 years ago
Julien Gilli 64d6de9f34 http: write() after end() emits an error. 10 years ago
Ben Noordhuis bd24ab2bd7 http: add request.flush() method 11 years ago
Yuki KAN 006d42786e lib: use triple equals 11 years ago
Trevor Norris 2eddd74112 http: use writev on chunked encoding 11 years ago
James Halliday 5555318bf3 http: removed headers stay removed 12 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 12 years ago
isaacs 1f9f863494 http: Prefer 'binary' over 'ascii' 12 years ago
isaacs 7c9b607048 http: Consistent 'finish' event semantics 12 years ago
isaacs e3157972e1 http: make OutgoingMessage._flush inline-able 12 years ago
isaacs da93d6adfb http: Add write()/end() callbacks 12 years ago
isaacs ce3d18412c http: Write hex/base64 chunks properly 12 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 12 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 12 years ago
isaacs 831de7cbb9 http: Use OOP for OutgoingMessage._finish 12 years ago
Peter Rust 82ff891e22 http: use an unref'd timer to fix delay in exit 12 years ago
isaacs ec576235f1 http: Use writev instead of the hacky hot end 12 years ago
Ben Noordhuis d3ddee61c2 http: forward-port missing bits from 01e2920 12 years ago
Fedor Indutny df8a4f8f07 http: write buffers when chunked to embrace writev 12 years ago
isaacs 025f9133bb http: Don't try to destroy nonexistent sockets 12 years ago
Timothy J Fontaine 951e0b69fa http: split Client into _http_client.js 12 years ago
Timothy J Fontaine 6717fdccb4 http: move Server and ServerResponse out 12 years ago
Timothy J Fontaine dc9f97b7b9 http: move OutgoingMessage into it's own file 12 years ago