Skip to content

v0.3.2

Compare
Choose a tag to compare
@kettanaito kettanaito released this 14 Jul 08:59

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).