Protocols

The following protocols are available globally.

  • The protocol that response serializers must adhere to.

    See more

    Declaration

    Swift

    public protocol ResponseSerializer
  • The protocol that request serializers must adhere to.

    See more

    Declaration

    Swift

    public protocol RequestSerializer
  • The protocol that authorization modules must adhere to.

    See more

    Declaration

    Swift

    public protocol AuthzModule