Skip to content

Commit 2f3437b

Browse files
committed
Removed urlRequest property from URLRequestConvertible protocol.
1 parent 05088d4 commit 2f3437b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Source/Alamofire.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ extension URLComponents: URLConvertible {
6868

6969
/// Types adopting the `URLRequestConvertible` protocol can be used to construct URL requests.
7070
public protocol URLRequestConvertible {
71-
/// The URL request.
72-
var urlRequest: URLRequest? { get }
73-
7471
/// Returns a URL request or throws if an `Error` was encountered.
7572
///
7673
/// - throws: An `Error` if the underlying `URLRequest` is `nil`.

0 commit comments

Comments
 (0)