yarpc / yarpc-go

A message passing platform for Go
MIT License
401 stars 101 forks source link

[2/4 tchannel prep] Extracted response writer to dedicated file. #2271

Closed biosvs closed 1 month ago

biosvs commented 2 months ago

Extracted response writer to dedicated file, introduced constructor type and simplified interface.

This PR is part of header handling changes (#2265). This refactoring was extracted from tchannel PR to make review easier.