HTTPURLResponse

class HTTPURLResponse : URLResponse
  • The rate limit information extracted from the response.

    Declaration

    Swift

    var rateLimit: RateLimit? { get }
  • The pagination info from the response, if applicable.

    Declaration

    Swift

    var pages: Pagination? { get }