RequestPolicyFactory type

Creates a new RequestPolicy per-request that uses the provided nextPolicy.

type RequestPolicyFactory = { create(nextPolicy: RequestPolicy, options: RequestPolicyOptionsLike) => RequestPolicy }