Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request object must contain all useful data #43

Open
jandudek-gdc opened this issue Apr 3, 2013 · 1 comment
Open

Request object must contain all useful data #43

jandudek-gdc opened this issue Apr 3, 2013 · 1 comment

Comments

@jandudek-gdc
Copy link
Contributor

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)

@jandudek
Copy link
Contributor

jandudek commented Jul 3, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants