We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Param
BodyBuilder
1 parent cb41346 commit 2264379Copy full SHA for 2264379
3 files changed
.swiftpm/xcode/package.xcworkspace/xcuserdata/ijaewon.xcuserdatad/UserInterfaceState.xcuserstate
1.73 KB
CHANGELOG.md
@@ -0,0 +1,30 @@
1
+# Changelog 📝
2
+
3
+<table>
4
+ <tr>
5
+ <th>Release Version</th>
6
+ <th>0.1.0</th>
7
+ </tr>
8
9
+ <th>Relative Date</th>
10
+ <td><img alt="Relative date" src="https://img.shields.io/date/1670996156"></td>
11
12
13
+ <th>Added</th>
14
+ <th>N/A</th>
15
16
17
+ <th>Fixed</th>
18
19
20
21
+ <th>Changed</th>
22
23
24
25
+ <th>Removed</th>
26
27
28
+</table>
29
30
+**EOF**
Sources/APIRouter/BodyBuilder.swift
@@ -46,7 +46,7 @@ public extension Body {
46
}
47
48
49
-struct Param: BodyProtocol {
+public struct Param: BodyProtocol {
50
private let value: Any
51
private let key: String
52
0 commit comments