typealias HttpSendInterceptorBackwardCompatible = suspend Sender.(HttpClientCall) -> HttpClientCall
HttpSend pipeline interceptor function backward compatible with previous implementation.