• Nils Goroll's avatar
    Add std.now() and std.timed_call() · 00bb0b2e
    Nils Goroll authored
    std.now() fills a gap left by the stable time of the now variable in
    VCL: Sometimes we need to know the current time after some longer
    processing in VCL.
    
    std.timed_call() is intended to measure longer operations in
    VCL. std.timestamp() exists already to add accurate measurements to
    the log. std.timed_call() is for cases where the duration is required
    in VCL, for example to enrich HTTP requests/responses.
    00bb0b2e
Name
Last commit
Last update
..
dev-guide Loading commit data...
glossary Loading commit data...
installation Loading commit data...
phk Loading commit data...
reference Loading commit data...
tutorial Loading commit data...
users-guide Loading commit data...
vcl-design-patterns Loading commit data...
whats-new Loading commit data...
Makefile.am Loading commit data...
conf.py.in Loading commit data...
index.rst Loading commit data...
vtc-syntax.py Loading commit data...