add one line in the examples

This commit is contained in:
Bogumił Kamiński 2022-03-14 19:25:38 +01:00
parent f27e57f1b7
commit 7115812047

View File

@ -111,6 +111,8 @@ req = HTTP.post("http://127.0.0.1:8000",
JSON3.write((K=55.0, max_time=0.25)))
JSON3.read(req.body)
JSON3.write((K=55.0, max_time=0.25))
HTTP.post("http://127.0.0.1:8000",
["Content-Type" => "application/json"],
JSON3.write((K="", max_time=0.25)))