Protocols
The following protocols are available globally.
-
Types adopting the
See moreURLStringConvertible
protocol can be used to construct URL strings, which are then used to construct URL requests.Declaration
Swift
public protocol URLStringConvertible
-
Types adopting the
See moreURLRequestConvertible
protocol can be used to construct URL requests.Declaration
Swift
public protocol URLRequestConvertible