mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-07 01:39:07 +00: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.