PassThrough typedef

PassThrough = FutureOr<bool> Function(ProxyRequest serverRequest, CacheInfo? cacheInfo)

Return true to pass through the request

Implementation

typedef PassThrough = FutureOr<bool> Function(ProxyRequest serverRequest, CacheInfo? cacheInfo);