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 moreURLErroris an error type for url creation and modification.Declaration
Swift
public enum URLError : Errorextension URLError: LocalizedError 
- 
                  
                  
Declaration
Swift
extension URLRequest: URLRequestConvertible - 
                  
                  
Represents a type which could be converted to a
See moreURLRequestwith specified components.Declaration
Swift
public protocol URLRequestConvertible 
View on GitHub
        URL and URLRequest Convertibles  Reference