mirror of
https://github.com/curl/curl.git
synced 2026-07-22 23:57:18 +03:00
Document the <dataNUM> thing we use,
This commit is contained in:
parent
0102726aeb
commit
e912f772e0
1 changed files with 6 additions and 0 deletions
|
|
@ -19,6 +19,12 @@ data to sent to the client on its request and later verified that it arrived
|
|||
safely. Set the nocheck=1 to prevent the test script to verify the arrival
|
||||
of this data.
|
||||
</data>
|
||||
<dataNUM>
|
||||
Send back this contents instead of the <data> one. The num is set by:
|
||||
A) The test number in the request line is >10000 and this is the remainder
|
||||
of [test case number]%10000.
|
||||
B) The request was HTTP and included digest details, which sets NUM to 1000.
|
||||
</dateNUM>
|
||||
<datacheck [nonewline=yes]>
|
||||
if the data is sent but this is what should be checked afterwards. If
|
||||
'nonewline' is set, we will cut off the trailing newline of this given data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue