InspectorFloret

public class InspectorFloret : DisplayingFloret

The InspectorFloret lets you browse through and share your requests and responses from within the application. Just open Caulis viewController.

You can

  • browse through all stored Records.
  • inspect details of a Record.
  • share details of a Record.
  • filter Records by the request URL.
  • Declaration

    Swift

    public var description: String?
  • Public initalizer to create an instance of the InspectorFloret.

    Declaration

    Swift

    public init()
  • Declaration

    Swift

    public func viewController(_ cauli: Cauli) -> UIViewController