URL and URLRequest Convertibles
-
HTTP methods specified in creating a
See moreURLRequest
.Declaration
Swift
public enum HTTPMethod : String
-
Declaration
Swift
extension String: URLConvertible
-
Declaration
Swift
extension URL: URLConvertible
-
Represents a type which could be converted to a
See moreURL
.Declaration
Swift
public protocol URLConvertible
-
See moreURLError
is an error type for url creation and modification.Declaration
Swift
public enum URLError : Error
extension URLError: LocalizedError
-
Declaration
Swift
extension URLRequest: URLRequestConvertible
-
Represents a type which could be converted to a
See moreURLRequest
with specified components.Declaration
Swift
public protocol URLRequestConvertible