diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-04-23 21:18:30 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-04-23 21:18:30 +0000 |
commit | 37171809f67ae29adb9a5e7f64861d483049d86f (patch) | |
tree | 55cd2e233c0fb159092ba9176b53d634b7dec88c /tests/FILEFORMAT | |
parent | 3398eca7c3c68d00cdf1793e10cf6354a8346ebc (diff) | |
download | curl-37171809f67ae29adb9a5e7f64861d483049d86f.tar.gz |
Mention NSS, <postcmd> commands
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 8e3f6ce77..3c21be195 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -80,10 +80,15 @@ have it return that the file doesn't exist <postcmd> special purpose server-command to control its behavior *after* the reply is sent +For HTTP/HTTPS, these are supported: + +wait [secs] + - Pause for the given time </postcmd> <servercmd> Special-commands for the server. For FTP, these are supported: + REPLY [command] [return value] [response string] - Changes how the server responds to the [command] COUNT [command] [num] @@ -103,7 +108,7 @@ SLOWDOWN PASVBADIP - makes PASV send back an illegal IP in its 227 response - Send back a bad IP in the PASV response -For HTTP: +For HTTP/HTTPS: auth_required - if this is set and a POST/PUT is made without auth, the server will NOT wait for the full request body to get sent idle - do nothing after receiving the request, just "sit idle" @@ -145,6 +150,7 @@ ipv6 large_file libz netrc_debug +NSS OpenSSL SSL |