Structures

The following structures are available globally.

  • An endpoint in the REST meaning.

    See more

    Declaration

    Swift

    public struct Endpoint<RequestType, ResponseType>

    Parameters

    RequestType

    The type of the request parameter.

    ResponseType

    The type of th response.

  • Represents a lower-level HTTP request.

    See more

    Declaration

    Swift

    public struct HTTPRequest
  • Represents nothing. To be used for requests that sends or expects no data.

    See more

    Declaration

    Swift

    public struct Nothing : Codable