URL and URLRequest Convertibles

HTTPMethod

  • HTTP methods specified in creating a URLRequest.

    See more

    Declaration

    Swift

    public enum HTTPMethod : String

URLConvertible

URLError

  • URLError is an error type for url creation and modification.

    See more

    Declaration

    Swift

    public enum URLError : Error
    extension URLError: LocalizedError

URLRequestConvertible