Skip to content

Commit

Permalink
Merge pull request #2 from uhooi/hotfix/fix_extension
Browse files Browse the repository at this point in the history
Fix extension
  • Loading branch information
uhooi authored Jul 31, 2021
2 parents c91b670 + b44ff58 commit 8cebc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/HTTPClient/Request.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public protocol Request {
var httpHeaders: [HTTPHeaderField: String]? { get }
}

extension Request {
public extension Request {
var queryItems: [URLQueryItem]? { nil }
var httpHeaders: [HTTPHeaderField: String]? { nil }
}

0 comments on commit 8cebc17

Please sign in to comment.