mswjs / interceptors

Low-level network interception library.
https://npm.im/@mswjs/interceptors
MIT License
537 stars 123 forks source link

fix(ClientRequest): support the "auth" option #440

Closed mikicho closed 11 months ago

mikicho commented 11 months ago

Options: https://nodejs.org/api/http.html#httprequesturl-options-callback

@kettanaito

closes #438

kettanaito commented 11 months ago

Please let me know if this sufficiently addresses the use case. If it does, we can proceed with releasing this.

mikicho commented 11 months ago

I patched it locally and Nock's tests pass! image

kettanaito commented 11 months ago

Released: v0.25.4 🎉

This has been released in v0.25.4!

Make sure to always update to the latest version (npm i @mswjs/interceptors@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.