<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    The subject says it: can functions provided by a loaded module have
    optional arguments? So that one could, for example, say:<br>
    <blockquote><tt>g2o_verify(req.http.X-Akamai-G2O-Auth-Data,
        req.http.x-akamai-g2o-auth-sign, req.path)</tt><br>
    </blockquote>
    or:<br>
    <blockquote><tt>g2o_verify(req.http.X-Akamai-G2O-Auth-Data,
        req.http.x-akamai-g2o-auth-sign, req.path, <b>600</b>)</tt><br>
    </blockquote>
    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!<br>
    <blockquote>-mi<br>
    </blockquote>
  </body>
</html>