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 f876fb6 commit b143be7Copy full SHA for b143be7
docs/README.md
@@ -5,6 +5,12 @@ This very experimental extension spawns an HTTP Client from within DuckDB resolv
5
6
> Experimental: USE AT YOUR OWN RISK!
7
8
+### 📦 Installation
9
+```sql
10
+INSTALL http_client FROM community;
11
+LOAD http_client;
12
+```
13
+
14
### Functions
15
- `http_get(url)`
16
- `http_post(url, headers, params)`
0 commit comments