v0.3.2
Bug fixes
- Fixes an issue where a request body and encoding where not accepted in the
ClientRequest.prototype.end
method (#32, #33). - Fixes an issue where request headers that were added after the
ClientRequest
has been constructed were not present on the mocked request object, and were not propagated to the original request object (#32, #33).