espresso icon indicating copy to clipboard operation
espresso copied to clipboard

Content negotiation library

Open sunng87 opened this issue 7 years ago • 0 comments

As we already have Sugar to decode request parameters, we will need its par for Http Response, that encode http response into particular format based on accept header of request, for example, application/json

It has to be as extensible as Sugar. User will be able to plugin their own encoder for particular MIME, for example, even a qrcode can be generated in this way.

sunng87 avatar Nov 20 '18 14:11 sunng87