From 6c2092834d082fdc9f6162023e83f039d0e6bbf8 Mon Sep 17 00:00:00 2001 From: Luca Joos Date: Thu, 3 Mar 2022 16:35:39 +0100 Subject: [PATCH] Update README to expose additional DELETE parameters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 560dccd..7e13097 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ As seen in the examples, you can unspool the array of `http_header` tuples into * `http_post(uri VARCHAR, data JSONB)` returns `http_response` * `http_put(uri VARCHAR, content VARCHAR, content_type VARCHAR)` returns `http_response` * `http_patch(uri VARCHAR, content VARCHAR, content_type VARCHAR)` returns `http_response` -* `http_delete(uri VARCHAR)` returns `http_response` +* `http_delete(uri VARCHAR, content VARCHAR, content_type VARCHAR))` returns `http_response` * `http_head(uri VARCHAR)` returns `http_response` * `http_set_curlopt(curlopt VARCHAR, value varchar)` returns `boolean` * `http_reset_curlopt()` returns `boolean`