hKEY=VALUE
|
Set a header. Both KEY and VALUE are full Value Specifiers.
|
bVALUE
|
Set the body. VALUE is a Value
Specifier. When the body is set, __pathod__ will
automatically set the appropriate Content-Length header.
|
cVALUE
|
A shortcut for setting the Content-Type header. Equivalent to:
h"Content-Type"=VALUE
|
lVALUE
|
A shortcut for setting the Location header. Equivalent to:
h"Content-Type"=VALUE
|
dOFFSET
|
Disconnect after OFFSET bytes. The offset can also be "r", in which case __pathod__
will disconnect at a random point in the response.
|
pSECONDS,OFFSET
|
Pause for SECONDS seconds after OFFSET bytes. SECONDS can also be "f" to pause
forever. OFFSET can also be "r" to generate a random offset, or "a" for an
offset just after all data has been sent.
|