1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-10 20:09:57 +00:00

Update: Simple tm-http-request POST (#8580)

This commit is contained in:
Mario Pietsch 2024-09-01 18:18:42 +02:00 committed by GitHub
parent 220156edee
commit 6b4f0bea98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
created: 20240609152203076
modified: 20240614210714914
modified: 20240901142049810
tags:
title: WidgetMessage: tm-http-request Examples
type: text/vnd.tiddlywiki
@ -32,6 +32,7 @@ type: text/vnd.tiddlywiki
<$action-sendmessage
$message="tm-http-request"
url="https://httpbin.org/post"
header-content-type="application/json"
method="POST"
body='{"foo": "bar"}'
oncompletion=<<store-fetched-output>>