HTTPURLResponse

extension HTTPURLResponse
  • A localized string explaining the current statusCode.

    Declaration

    Swift

    public var statusString: String { get }
  • Format HTTP status and response headers as is customary.

    Declaration

    Swift

    override open var debugDescription: String { get }