httpproxy.exceptions

Some generic exceptions that can occur in Django HTTP Proxy.

exception httpproxy.exceptions.ResponseUnsupported

Raised by httpproxy.recorder.ProxyRecorder.record() when it cannot a response (e.g. because it has an unsupported content type).

exception httpproxy.exceptions.RequestNotRecorded

Raised by httpproxy.recorder.ProxyRecorder.playback() when a request is made for a URL that has not previously recorded yet.