Example code for using Proxyman with `FetchHttpClient` in Effect Typescript
Anyone have some example code for using Proxyman (or another local proxy tool) with
It basically reqs this setup:
* porting requests through a localhost port: https://docs.proxyman.com/debug-devices/nodejs#solution
* which is pretty trivial, but i only open up Proxyman intermittently, I'm wondering if someone has a setup that works nicely when request intercepting isn't active (e.g. maybe spinning up a proxy around proxyman hah)
* as a fallback i could just pass more data to the Effect devtools server, the issue is that sometimes I need a bit more control over debugging/intercepting these requests
FetchHttpClient?It basically reqs this setup:
* porting requests through a localhost port: https://docs.proxyman.com/debug-devices/nodejs#solution
* which is pretty trivial, but i only open up Proxyman intermittently, I'm wondering if someone has a setup that works nicely when request intercepting isn't active (e.g. maybe spinning up a proxy around proxyman hah)
* as a fallback i could just pass more data to the Effect devtools server, the issue is that sometimes I need a bit more control over debugging/intercepting these requests
