Enumerations

The following enumerations are available globally.

  • URL model

    • array: Array URL model.
    • dictionary: Dictionary URL model.
    See more

    Declaration

    Swift

    public enum TapURLModel
  • HTTP methods.

    • GET: GET
    • POST: POST
    • PUT: PUT
    • DELETE: DELETE
    See more

    Declaration

    Swift

    public enum TapHTTPMethod: String