comparison Sphinx/source/users/lua.rst @ 358:011b01ccf52d

fixing external hyperlinks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 18:47:35 +0200
parents 6b432ce3a56e
children d217af5e6cb3
comparison
equal deleted inserted replaced
357:6b432ce3a56e 358:011b01ccf52d
44 $ curl -X POST http://localhost:8042/tools/execute-script --data-binary "print(42)" 44 $ curl -X POST http://localhost:8042/tools/execute-script --data-binary "print(42)"
45 45
46 *Note:* The ``--data-binary`` cURL option is used instead of 46 *Note:* The ``--data-binary`` cURL option is used instead of
47 ``--data`` to prevent the interpretation of newlines by cURL, which is 47 ``--data`` to prevent the interpretation of newlines by cURL, which is
48 `mandatory for the proper evaluation 48 `mandatory for the proper evaluation
49 <http://stackoverflow.com/questions/3872427/how-to-send-line-break-with-curl>`__ of the possible 49 <https://stackoverflow.com/questions/3872427/how-to-send-line-break-with-curl>`__
50 comments inside the Lua script. 50 of the possible comments inside the Lua script.
51 51
52 Lua API 52 Lua API
53 ------- 53 -------
54 54
55 55