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

Update documentation to match node http module #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

parshap
Copy link

@parshap parshap commented Oct 31, 2014

See #71. The Node http module's response object has response.headers, not response.getHeader(). The http-browserify module provides both, but previously only documented response.getHeader(). This changes the documentation to document response.headers instead. The response.getHeader() function is left undocumented as technically it does not match the node http module implementation.

See browserify#71. The Node http module's response object has `response.headers`, not `response.getHeader()`. The *http-browserify* module provides both, but previously only documented `response.getHeader()`. This changes the documentation to document `response.headers` instead. The `response.getHeader()` function is left undocumented as technically it does not match the node http module implementation.
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.

1 participant