We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
urlRequest
URLRequestConvertible
1 parent 05088d4 commit 2f3437bCopy full SHA for 2f3437b
Source/Alamofire.swift
@@ -68,9 +68,6 @@ extension URLComponents: URLConvertible {
68
69
/// Types adopting the `URLRequestConvertible` protocol can be used to construct URL requests.
70
public protocol URLRequestConvertible {
71
- /// The URL request.
72
- var urlRequest: URLRequest? { get }
73
-
74
/// Returns a URL request or throws if an `Error` was encountered.
75
///
76
/// - throws: An `Error` if the underlying `URLRequest` is `nil`.
0 commit comments