browserify / http-browserify

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

Export ClientRequest and OutgoingMessage for compatibility #75

Closed enykeev closed 5 years ago

enykeev commented 9 years ago

While trying to solve pgte/nock#150 I have stumbled upon some incompatibilities between node http module and http-bowserify, namely the lack of some exports. I've added the two I need at the moment, but I there is probably more.

awlayton commented 9 years ago

I would really enjoy these changes myself.

enykeev commented 5 years ago

Cleaning up my Pull Requests tab.