Skip to content

Commit ca4988f

Browse files
authored
Fixed the public scope of the Field components of HeaderBuilder (#9)
1 parent 8063943 commit ca4988f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

Sources/APIRouter/HeaderBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public extension Header {
4646
}
4747
}
4848

49-
struct Field: HeaderProtocol {
49+
public struct Field: HeaderProtocol {
5050
private let value: String
5151
private let key: String
5252

0 commit comments

Comments
 (0)