Skip to content

Commit f397221

Browse files
authored
Update README.md
1 parent 7117d2d commit f397221

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ await server.appendHandler(for: "/hello") { request in
6767
}
6868
```
6969

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.
7173

7274
Unhandled requests receive `HTTP 404`.
7375

0 commit comments

Comments
 (0)