You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,9 @@ await server.appendHandler(for: "/hello") { request in
67
67
}
68
68
```
69
69
70
-
Incoming requests are routed to the first handler with a matching route. Handlers can throw `HTTPUnhandledError` if after inspecting the request, they cannot handle it. The next matched handler is then used to handle the request.
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.
0 commit comments