COMMITS
/ lib/response.js July 3, 2020
3
deps: statuses@2.0.1
3imed-jaberi committed
March 28, 2022
D
Use http-errors for res.format error
Douglas Christopher Wilson committed
April 18, 2019
C
Fix behavior of null/undefined as "maxAge" in res.cookie
Chris Barth committed
March 13, 2018
N
Invoke default with same arguments as types in res.format
Nadav Ivgi committed
March 25, 2022
D
Allow options without filename in res.download
Douglas Christopher Wilson committed
March 11, 2022
T
Add "root" option to res.download
Tommaso Tofacchi committed
March 21, 2020
J
Deprecate string and non-integer arguments to res.status
Jon Church committed
May 20, 2021
T
Support proper 205 responses using res.send
Tito D. Kesumo Siregar committed
February 28, 2022
A
docs: fix typo in private api jsdoc
apeltop committed
February 4, 2022
C
docs: fix typo in res.download jsdoc
caioagiani committed
November 3, 2021
D
Fix handling of undefined when "json escape" is enabled
drewm committed
November 17, 2021
D
Fix handling of undefined in res.jsonp
Douglas Christopher Wilson committed
January 8, 2020
K
Fix res.jsonp(obj, status) deprecation message
Kim committed
September 1, 2021
D
build: eslint@4.19.1
Douglas Christopher Wilson committed
August 12, 2021
Z
docs: fix res.sendStatus/sendFile jsdoc comments
zhangky committed
April 11, 2021
H
docs: fix typos in jsdoc
Hussein Mohamed committed
May 25, 2019
D
Revert "Improve error message for null/undefined to res.status"
Douglas Christopher Wilson committed
May 16, 2019
D
tests: ignore unreachable line
Douglas Christopher Wilson committed
January 17, 2019
L
docs: fix typo in jsdoc comment
Louis committed
November 12, 2015
J
Improve error message for null/undefined to res.status
Joshua Caron committed
March 4, 2018
V
Improve error message for non-strings to res.sendFile
void committed
September 20, 2018
D
Fix issue where "Request aborted" may be logged in res.sendfile
Douglas Christopher Wilson committed
October 9, 2017
D
Fix TypeError in res.send when given Buffer and ETag header set
David Wood committed
April 5, 2017
G
Add "escape json" setting for res.json and res.jsonp
Greg Guthe committed
July 20, 2017
A
Add options to res.download
Aaron Clover committed
September 28, 2017
D
perf: remove dead .charset set in res.jsonp
Douglas Christopher Wilson committed
D
Use safe-buffer for improved Buffer API
Douglas Christopher Wilson committed
September 26, 2017
D
Skip Buffer encoding when not generating ETag for small response
Douglas Christopher Wilson committed
May 10, 2017
O
Fix error when res.set cannot add charset to Content-Type
Oz Michaeli committed
May 9, 2017
T
Fix res.cookie jsdoc comment
Tony Anisimov committed
February 23, 2017
D
Use Object.create to setup request & response prototypes
Douglas Christopher Wilson committed
February 20, 2017
W
Use statuses instead of http module for status messages
Wes committed
June 14, 2016
D
Encode URL in res.location/res.redirect if not already encoded
Douglas Christopher Wilson committed
February 21, 2016
B
Improve performance for res.json/res.jsonp in most cases
Benjamin Tan committed
August 3, 2015
Á
perf: use strict equality when possible
Ángel Sanz committed
February 9, 2016
A
Fix jsdoc comment for res.get
Andy Fleming committed
June 20, 2015
D
Add statusCode properties to two errors
Douglas Christopher Wilson committed
D
Simplify res.cookie to call res.append
Douglas Christopher Wilson committed
D
perf: remove argument reassignments in response prototype
Douglas Christopher Wilson committed
May 29, 2015
B
Fix res.format error when only default provided
Behcet Uyar committed
June 19, 2015
D
perf: enable strict mode
Douglas Christopher Wilson committed
March 23, 2015
T
perf: use saved reference to http.STATUS_CODES
Thomas Cort committed
March 22, 2015
P
docs: update res.set jsdoc
Phat committed
March 2, 2015
D
Fix regression where "Request aborted" is logged using res.sendFile
Douglas Christopher Wilson committed
March 1, 2015
D
Fix ECONNRESET errors from res.sendFile usage
Douglas Christopher Wilson committed
D
Fix wrong code on aborted connections from res.sendFile
Douglas Christopher Wilson committed
February 19, 2015
D
Merge tag '3.20.0'
Douglas Christopher Wilson committed
February 18, 2015
D
Generate ETags for all request responses
Douglas Christopher Wilson committed
January 31, 2015
K
Fix res.redirect double-calling res.end for HEAD requests
Kevin Shay committed
January 14, 2015
D
Add res.append(field, val) to append headers
Douglas Christopher Wilson committed