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

HTTP Response: Cookies #3

Closed
roydejong opened this issue Jul 7, 2015 · 1 comment · Fixed by #13
Closed

HTTP Response: Cookies #3

roydejong opened this issue Jul 7, 2015 · 1 comment · Fixed by #13
Assignees
Milestone

Comments

@roydejong
Copy link
Owner

It should be possible to send cookies using the Http\Response class.

Proposed API:

  • Request::sendCookie($key, $value, $ttl, [..])
  • Request::deleteCookie($key)
@roydejong roydejong self-assigned this Jul 7, 2015
@roydejong roydejong added this to the v0.1 milestone Jul 7, 2015
@roydejong
Copy link
Owner Author

Woops, got issues mixed up.

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

Successfully merging a pull request may close this issue.

1 participant