HTTPURLResponse
extension HTTPURLResponse
-
Description for the NSHTTPURLResponse including url and headers
Declaration
Swift
open override var description: String { get }
-
Description for the NSHTTPURLResponse including url, headers and the body content
Declaration
Swift
public func description(_ body: Data?) -> String