http-browserify icon indicating copy to clipboard operation
http-browserify copied to clipboard

Update documentation to match node http module

Open parshap opened this issue 11 years ago • 0 comments

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.

parshap avatar Oct 31 '14 22:10 parshap