Protocols

The following protocols are available globally.

  • A DisplayingFloret provides a ViewController for settings or to display any information.

    See more

    Declaration

    Swift

    public protocol DisplayingFloret : Floret
  • A Floret defines a Cauli plugin. It can be used to intercept and modify network Requests as well as Responses.

    See more

    Declaration

    Swift

    public protocol Floret
  • The InspectorFloretFormatterType is used to define how a Record is formatted when shown in the InspectorFloret.

    See more

    Declaration

    Swift

    public protocol InspectorFloretFormatterType
  • An InterceptingFloret can process requests and responses.

    See more

    Declaration

    Swift

    public protocol InterceptingFloret : Floret
  • A Storage is used to store and retrieve Records. It can be either in memory or on disk.

    See more

    Declaration

    Swift

    public protocol Storage