Protocols

The following protocols are available globally.

  • Conform to LogDestination to receive and handle log events emitted by Netable.

    Declaration

    Swift

    public protocol LogDestination
  • The Request protocol defines the structure for any network requests run through Netable.

    See more

    Declaration

    Swift

    public protocol Request
  • Undocumented

    Declaration

    Swift

    public protocol UrlEncodedFormData
  • Undocumented

    Declaration

    Swift

    public protocol MultipartFormData