test.anubis
615 Bytes
/*
* Created by PyramIDE.
* User: フランスのトトロ aka (David RENÉ)
* Date: 24/06/2017
* Time: 20:28
* © David RENÉ
*/
read xlib/web/CXM_multihost_http_server.anubis
read xlib/web/CXM_web_arg_utils.anubis
read xlib/web/CXM_web_dump.anubis
read tools/string.anubis
global define One
test
(
List(String) args
)
=
with body = "%7ERDNS_CHECK=%7Etrue&RDNS_CHECK=true&%7EUSE_GREYLISTING=%7Etrue&USE_GREYLISTING=true&MINIMUM_DELAY=120&MAXIMUM_DELAY=86400&%7ESPF_CHECK=%7Etrue&SPF_CHECK=true",
with lwa = read_www_url_encoded_web_args(body, 0),
println(dump_web_arg_values(lwa))
.