espresso
espresso copied to clipboard
The Soul of Modern Java Web Application
Currently the Jettino adapter is based on Jetty and Servlet API, which has additional overhead when copy servelt request to espresso. UnderTow provides a non-servlet api and we can see...
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,...
Without servlet API, we will need a middleware to extract cookie from http header `Set-Cookie` and provide a data structure for user to consume cookies. The API could be like:...