[docs]classHttpRequestBridge(Protocol):""" The HttpRequestBridge protocol defines the methods required by the HttpRequest object for it to attach to a real implementation, such as WSGI, ASGI, ... """
[docs]classHttpResponseBridge(Protocol):""" The HttpResponseBridge protocol defines the necessary methods to actually send an HttpResponse through a real channel. """