Skip to content

Commit

Permalink
Making URLRequest.method public
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandlerdea committed Apr 17, 2020
1 parent 25b2d41 commit c026671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/HTTPKit/HTTPMethod.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extension HTTP {

extension URLRequest {

var method: HTTP.Method? {
public var method: HTTP.Method? {
get {
return self.httpMethod.flatMap(HTTP.Method.init(rawValue:))
}
Expand Down

0 comments on commit c026671

Please sign in to comment.