harp_apps.http_cache.transports

Inheritance diagram of harp_apps.http_cache.transports

class AsyncCacheTransport[source]

Bases: AsyncCacheTransport

async handle_async_request(request)[source]

Wraps the request to use a rewritten url (for cache key handling).

Parameters:

request (Request)

Return type:

Response

async request_sender(request)[source]

Unwraps the request before sending it.

Parameters:

request (WrappedRequest)

Return type:

Response