go-safeweb
go-safeweb copied to clipboard
Support streaming responses
We should have an octet-stream response that just copies from a given Reader.
This would consist in adding a new case to the DefaultDispatcher
and implement a new type that serializes as an octet-stream.