We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a01cb8 + 31985e9 commit 8c3eed9Copy full SHA for 8c3eed9
Sources/express/ExpressWrappedDictionary.swift
@@ -3,7 +3,7 @@
3
// MacroExpress
4
//
5
// Created by Helge Heß on 14.07.24.
6
-// Copyright © 2024 ZeeZide GmbH. All rights reserved.
+// Copyright © 2024-2025 ZeeZide GmbH. All rights reserved.
7
8
9
/**
@@ -118,3 +118,11 @@ public extension ExpressWrappedDictionary {
118
return String(describing: v)
119
}
120
121
+
122
+public extension BodyParserBody {
123
124
+ @inlinable
125
+ static func urlEncoded(_ values: ExpressWrappedDictionary<Any>) -> Self {
126
+ return .urlEncoded(values.dictionary)
127
+ }
128
+}
0 commit comments