DefinitelyTyped/types/connect
Trygve Aaberge 7408c5dffc [connect] Add missing property originalUrl to req parameter (#40776)
This adds a new class IncomingMessage which extends from
http.IncomingMessage and adds the originalUrl property which was
previously missing. This new class is used for the req parameter in
HandleFunction.

The originalUrl property is added to req here:
https://github.com/senchalabs/connect/blob/3.4.0/index.js#L133
2019-12-17 13:09:53 +00:00
..
connect-tests.ts
index.d.ts
tsconfig.json
tslint.json