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 4d10dc9 commit 8d8eab8Copy full SHA for 8d8eab8
README.md
@@ -69,7 +69,7 @@ await server.appendHandler(for: "/hello") { request in
69
70
Incoming requests are routed to the first handler with a matching route.
71
72
-Handlers can throw `HTTPUnhandledError` if after inspecting the request, they cannot handle it, the next matched handler is then used.
+Handlers can throw `HTTPUnhandledError` if after inspecting the request, they cannot handle it. The next matched handler is then used.
73
74
Unhandled requests receive `HTTP 404`.
75
0 commit comments