Skip to content

Commit

Permalink
Merge pull request #9 from Ast3r10n/hotfix/url-request-access
Browse files Browse the repository at this point in the history
Set Request.urlRequest access to public
  • Loading branch information
Ast3r10n authored Apr 20, 2020
2 parents c25a014 + 4babcba commit 5552d33
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 5552d33

Please sign in to comment.