mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 21:06:14 +08:00
The `headers` parameter of statCheck() and the `trailers` parameter of getTrailers() must be OutgoingHttpHeaders, not IncomingHttpHeaders, because they are to be updated by statCheck()/getTrailers() before being sent to the opposite endpoint.