You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We introduced a Request class as an abstraction of a http request (instead of HttpServletRequest). Now we must ensure it contains all useful data (cookies for example)
The text was updated successfully, but these errors were encountered:
It seems cookies are the only concept not covered by the Request class. However since these are nothing but request/response headers they can be handled by the headers related methods. Moving this to 1.1.0
We introduced a Request class as an abstraction of a http request (instead of HttpServletRequest). Now we must ensure it contains all useful data (cookies for example)
The text was updated successfully, but these errors were encountered: