The subject says it: can functions provided by a loaded module have optional
arguments? So that one could, for example, say:
g2o_verify(req.http.X-Akamai-G2O-Auth-Data, req.http.x-akamai-g2o-auth-sign,
req.path)
or:
g2o_verify(req.http.X-Akamai-G2O-Auth-Data, req.http.x-akamai-g2o-auth-sign,
req.path, *600*)
I'd like the last (optional) argument in this example to be filled-out by
Varnish if omitted by the caller. It does not seem like vmod.py currently
supports anything like it, but I wanted to check... Thanks!
-mi
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc