mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-03 07:40:28 +00:00
Previously, we were using the "NextHandleFunction" from connect, which just takes in a raw IncomingMessage. However, swagger-tools actually augments the request with a "swagger" field which contains information from swagger-tools. The types are now updated to reflect this.