Add support for request-received middleware #200
Labels
Comments
|
As similar to expressjs/response-time#19 (comment), note that Symbol is not supported in Node v0.8 and v0.10, only v0.12+. |
|
See #201 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
request-receivedmiddleware at https://github.com/cabinjs/request-received exposes aSymbol.forproperty, which this package could conditionally consume if interested (as opposed to just generating anew Date().The code at https://github.com/expressjs/morgan/blob/master/index.js#L506-L507 would change as follows:
The text was updated successfully, but these errors were encountered: