mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-23 11:02:43 +03:00
Add comment for HURL_xxx variable.
This commit is contained in:
parent
2783410f7d
commit
b0f50c3b30
@ -1,6 +1,7 @@
|
||||
<pre><code class="language-hurl"><span class="hurl-entry"><span class="request"><span class="line"></span><span class="comment"># Variables can be set from:</span>
|
||||
<span class="line"></span><span class="comment"># - an external properties file</span>
|
||||
<span class="line"></span><span class="comment"># - at the command-line with the --variable option</span>
|
||||
<span class="line"></span><span class="comment"># - with HURL_xxx environment variable</span>
|
||||
<span class="line"></span><span class="comment"># - in the Hurl File in the [Options] section</span>
|
||||
<span class="line"></span>
|
||||
<span class="line"><span class="method">POST</span> <span class="url">http://localhost:8000/variables</span></span>
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Variables can be set from:
|
||||
# - an external properties file
|
||||
# - at the command-line with the --variable option
|
||||
# - with HURL_xxx environment variable
|
||||
# - in the Hurl File in the [Options] section
|
||||
|
||||
POST http://localhost:8000/variables
|
||||
|
Loading…
Reference in New Issue
Block a user