We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8afc56 commit 99b74d1Copy full SHA for 99b74d1
docs/README.md
@@ -68,7 +68,7 @@ Query your endpoint using the `X-API-Key` token:
68
curl -X POST --header "X-API-Key: secretkey" -d "SELECT 'hello', version()" "http://localhost:9999/"
69
```
70
71
-You can perform the same action from DuckDB using HTTP SECRE headers:
+You can perform the same action from DuckDB using HTTP `extra_http_headers`:
72
73
```sql
74
D CREATE SECRET extra_http_headers (
0 commit comments