espresso icon indicating copy to clipboard operation
espresso copied to clipboard

Cookie library

Open sunng87 opened this issue 7 years ago • 0 comments

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:

Cookie cookie = Cookie.extension(request).get("somecookie")

sunng87 avatar Nov 20 '18 14:11 sunng87