Skip to content

Separates response headers and cookies into two API methods: #8

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

Merged
merged 1 commit into from
Aug 14, 2016
Merged

Conversation

kika
Copy link
Contributor

@kika kika commented Jul 31, 2016

responseHeaders and responseCookies because headers have type
String while cookies are Array String
Fixes #4

This PR is an API change, but apparently quite a safe one, anyone who tried to use original responseHeaders to retrieve cookies was getting unhandled runtime exception anyway.

  `responseHeaders` and `responseCookies` because headers have type
  String while cookies are Array String
  Fixes #4
@paf31
Copy link
Contributor

paf31 commented Jul 31, 2016

👍 Thanks, I think this is the right approach.

@paf31 paf31 merged commit f1d7a38 into purescript-node:master Aug 14, 2016
@paf31
Copy link
Contributor

paf31 commented Aug 14, 2016

Thanks, and sorry for the delay!

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

Successfully merging this pull request may close these issues.

2 participants