HttpStatusCode

public enum HttpStatusCode : Int

Undocumented

  • ok

    Undocumented

    Declaration

    Swift

    case ok = 200
  • Undocumented

    Declaration

    Swift

    case created = 201
  • Undocumented

    Declaration

    Swift

    case okNoContent = 204
  • Undocumented

    Declaration

    Swift

    case redirect = 302
  • Undocumented

    Declaration

    Swift

    case seeOther = 303
  • Undocumented

    Declaration

    Swift

    case notModified = 304
  • Undocumented

    Declaration

    Swift

    case badRequest = 400
  • Undocumented

    Declaration

    Swift

    case unauthorized = 401
  • Undocumented

    Declaration

    Swift

    case forbidden = 403
  • Undocumented

    Declaration

    Swift

    case notFound = 404
  • Undocumented

    Declaration

    Swift

    public var success: Bool { get }
  • Undocumented

    Declaration

    Swift

    public var redirect: Bool { get }
  • Undocumented

    Declaration

    Swift

    public var error: Bool { get }