Protocols
The following protocols are available globally.
-
Handles the chaining of
See moreInterceptors
.Declaration
Swift
public protocol Chain
-
Protocol HTTPClient
See moreDeclaration
Swift
public protocol HTTPClient
-
Modifies
See moreURLRequests
going out and the correspondingURLResponse
coming back in. Usage e.g. for manipulating header field of an existing request.Declaration
Swift
public protocol Interceptor