add one line in the examples
This commit is contained in:
parent
f27e57f1b7
commit
7115812047
2
ch14.jl
2
ch14.jl
@ -111,6 +111,8 @@ req = HTTP.post("http://127.0.0.1:8000",
|
|||||||
JSON3.write((K=55.0, max_time=0.25)))
|
JSON3.write((K=55.0, max_time=0.25)))
|
||||||
JSON3.read(req.body)
|
JSON3.read(req.body)
|
||||||
|
|
||||||
|
JSON3.write((K=55.0, max_time=0.25))
|
||||||
|
|
||||||
HTTP.post("http://127.0.0.1:8000",
|
HTTP.post("http://127.0.0.1:8000",
|
||||||
["Content-Type" => "application/json"],
|
["Content-Type" => "application/json"],
|
||||||
JSON3.write((K="", max_time=0.25)))
|
JSON3.write((K="", max_time=0.25)))
|
||||||
|
Loading…
Reference in New Issue
Block a user