Skip to content

Commit

Permalink
Set Request.urlRequest access to public
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Sacerdoti committed Apr 20, 2020
1 parent c25a014 commit 4babcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Requests/Request.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ open class Request: AbstractRequest {
public var session = URLSession(configuration: .default)

/// The wrapped `URLRequest` object.
public private(set) var urlRequest: URLRequest!
public var urlRequest: URLRequest!

/// The request configuration.
///
Expand Down

0 comments on commit 4babcba

Please sign in to comment.