URLTaskInterceptor

public protocol URLTaskInterceptor : Interceptor

This protocol provides a means to intercept URLTasks.

You only need to implement the specialized intercept function in this protocol. The protocol has default conformance to Interceptor.