aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Tom Adams <tom@holizz.com>2009-07-12 21:54:21 +0100
committerGravatar Tom Adams <tom@holizz.com>2009-07-12 22:38:09 +0100
commitfe84dba46082f9cc949b86e2fd32c6e055aec0a0 (patch)
tree085b8856807cddec2d2a0d7665fd3797c95ae6a8 /README
parent5775e680694b9aebaa09a5a0ea104cb3ed0c3614 (diff)
Add request address scheme to cookie_handler's arguments.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index ae9932b..d5db188 100644
--- a/README
+++ b/README
@@ -290,9 +290,10 @@ The script specific arguments are this:
* cookie handler
$8 GET/PUT
- $9 request address host (if current page url is www.foo.com/somepage, this could be something else than foo, eg advertising from another host)
- $10 request address path
- $11 cookie (only with PUT requests)
+ $9 request address scheme (e.g. http or https)
+ $10 request address host (if current page url is www.foo.com/somepage, this could be something else than foo, eg advertising from another host)
+ $11 request address path
+ $12 cookie (only with PUT requests)
Custom, userdefined scripts (`spawn foo bar`) get first the arguments as specified in the config and then the above 7 are added at the end.