Protocols

The following protocols are available globally.

  • Handles the chaining of Interceptors.

    See more

    Declaration

    Swift

    public protocol Chain
  • Protocol HTTPClient

    See more

    Declaration

    Swift

    public protocol HTTPClient
  • Modifies URLRequests going out and the corresponding URLResponse coming back in. Usage e.g. for manipulating header field of an existing request.

    See more

    Declaration

    Swift

    public protocol Interceptor