0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
visionmedia 501b4a54be Export STATUS_CODES
Express (my framework) uses them as a default
response body when non is present. Others
might use them for something as well.

Beats duplicating the list :D
2009-12-08 05:35:56 +01:00
..
assert.js Dependency free assert module with unit tests 2009-12-05 01:05:16 +01:00
dns.js Don't use promises internally in DNS module 2009-12-06 09:26:09 +01:00
file.js fixes lib/file.js write, it doesnt allways emit errors or success 2009-11-19 19:12:42 +01:00
http.js Export STATUS_CODES 2009-12-08 05:35:56 +01:00
mjsunit.js
multipart.js Reduce multipart memory footprint 2009-11-22 15:09:55 +01:00
repl.js Module refactor - almost CommonJS compatible now 2009-10-31 19:10:30 +01:00
sys.js sys.inspect prints out special chars correctly (\n, \u0001, etc...) 2009-12-07 10:05:18 +01:00
tcp.js Initial TLS support 2009-11-22 04:03:53 +01:00
utils.js