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.
1 parent 2a83465 commit 48f7b17Copy full SHA for 48f7b17
README.md
@@ -81,7 +81,7 @@ await server.appendHandler(for: "GET *", handler: .proxy(via: "https://httpstat.
81
Routes can include wildcards which can be pattern matched against paths:
82
83
```swift
84
-let HTTPRoute(string: "/hello/*/world")
+let HTTPRoute("/hello/*/world")
85
86
route ~= "/hello/fish/world" // true
87
route ~= "GET /hello/fish/world" // true
0 commit comments