browserify / http-browserify

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

[question] Does browserified `http` inherit browser HTTP features? #44

Closed leesei closed 10 years ago

leesei commented 10 years ago

Like sending cookies automatically and accepting gzip. Couldn't find that info in the documents.

tellnes commented 10 years ago

Yes.

http-browserify is built upon XHR.

leesei commented 10 years ago

Thanks.