bossan
bossan copied to clipboard
Support to rack-gem IO hijacking API
Now rack-gem v1.5.0 provides IO hijacking API that is function to send HTTP Response by sockets.
If we support this new API, we may need to define Cleint class.
IO hijacking allow you to replace Clinet Socket object, so that we should give Client Class's instance which could be represent.
:+1: