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 2930558 commit 8382f25Copy full SHA for 8382f25
frameworks/Python/blacksheep/config.toml
@@ -17,3 +17,21 @@ orm = "Raw"
17
platform = "ASGI"
18
webserver = "uvicorn"
19
versus = "None"
20
+
21
22
+[nginx-unit]
23
+urls.plaintext = "/plaintext"
24
+urls.json = "/json"
25
+urls.db = "/db"
26
+urls.query = "/queries?queries="
27
+urls.update = "/updates?queries="
28
+urls.fortune = "/fortunes"
29
+approach = "Realistic"
30
+classification = "Platform"
31
+database = "Postgres"
32
+database_os = "Linux"
33
+os = "Linux"
34
+orm = "Raw"
35
+platform = "ASGI"
36
+webserver = "nginx-unit"
37
+versus = "None"
0 commit comments