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 80f7eba commit 3cc07ccCopy full SHA for 3cc07cc
docs/README.md
@@ -33,7 +33,8 @@ LOAD httpserver;
33
34
### 🔌 Usage
35
Start the HTTP server providing the `host`, `port` and `auth` parameters.<br>
36
-> If you want no authhentication, just pass an empty string.
+> * If you want no authhentication, just pass an empty string as parameter.<br>
37
+> * If you want the API run in foreground set `DUCKDB_HTTPSERVER_FOREGROUND=1`
38
39
#### Basic Auth
40
```sql
0 commit comments