From 4ec4b0ee4c01681a095afd909a1e4cbfb276445f Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Wed, 5 Apr 2023 12:21:44 -0400 Subject: janet: spit: use body-plain to override content-type, simply change the content-type yourself it's meant to be an "easy to use" API, so defaults etc --- jurl/init.janet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jurl/init.janet b/jurl/init.janet index 79952b4..29c6cee 100644 --- a/jurl/init.janet +++ b/jurl/init.janet @@ -418,5 +418,5 @@ (verify-slurpit (->> url (http :post) - (body body)) + (body-plain body)) opts)) -- cgit v1.2.3