Crate mock_proxy[][src]

Expand description

This library was built to help test systems that use libraries which don’t provide any testing utilities themselves. It works by overriding the proxy and root ca attributes and intercepting proxy requests, then returning mock responses defined by the user

Structs

The struct used to define mock responses

Primary interface for the library