mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-20 03:28:52 +08: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.