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: docs/reference/server.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Server.serve(routes).provide(
44
44
)
45
45
```
46
46
47
-
:::note
47
+
:::note[Handling Interrupt Signals (Ctrl+C) in SBT]
48
48
Sometimes we may want to have more control over installation of the http application into the server. In such cases, we may want to use the `Server.install` method. This method only installs the `Routes` into the server, and the lifecycle of the server can be managed separately.
0 commit comments