Closed fawind closed 5 years ago
Closes #12.
Usage:
# Record docker-test record \ --proxyOnly \ --out my-dump.mitmdump # Replay docker-test replay \ --proxyOnly \ --out my-dump.mitmdump
The client has to set up the proxy them self (e.g.: export http_proxy='http://0.0.0.0:9999'; curl my-service:5000/test).
export http_proxy='http://0.0.0.0:9999'; curl my-service:5000/test
Closes #12.
Usage:
The client has to set up the proxy them self (e.g.:
export http_proxy='http://0.0.0.0:9999'; curl my-service:5000/test
).