mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-30 05:19:57 +00:00
Update: Simple tm-http-request POST (#8580)
This commit is contained in:
parent
220156edee
commit
6b4f0bea98
@ -1,5 +1,5 @@
|
|||||||
created: 20240609152203076
|
created: 20240609152203076
|
||||||
modified: 20240614210714914
|
modified: 20240901142049810
|
||||||
tags:
|
tags:
|
||||||
title: WidgetMessage: tm-http-request Examples
|
title: WidgetMessage: tm-http-request Examples
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
@ -32,6 +32,7 @@ type: text/vnd.tiddlywiki
|
|||||||
<$action-sendmessage
|
<$action-sendmessage
|
||||||
$message="tm-http-request"
|
$message="tm-http-request"
|
||||||
url="https://httpbin.org/post"
|
url="https://httpbin.org/post"
|
||||||
|
header-content-type="application/json"
|
||||||
method="POST"
|
method="POST"
|
||||||
body='{"foo": "bar"}'
|
body='{"foo": "bar"}'
|
||||||
oncompletion=<<store-fetched-output>>
|
oncompletion=<<store-fetched-output>>
|
||||||
|
Loading…
Reference in New Issue
Block a user