Protocols

The following protocols are available globally.

  • A protocol for defining a HTTP request.

    See more

    Declaration

    Swift

    public protocol HTTPRequest
  • A shell protocol. Primarily used to make testing easier.

    See more

    Declaration

    Swift

    public protocol HTTPSession
  • A shell protocol of URLSessionDataTask. Primarily used to make testing easier.

    See more

    Declaration

    Swift

    public protocol HTTPSessionDataTask
  • Declaration

    Swift

    public protocol Fixture