espresso
espresso copied to clipboard
Content negotiation library
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.