browserify / http-browserify

node's http module, but for the browser
MIT License
244 stars 110 forks source link

Update documentation to match node http module #72

Open parshap opened 9 years ago

parshap commented 9 years ago

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.