Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2006-10-13
2006-10-13 18:08:10 by Martin Stjernholm <mast@lysator.liu.se>
271da29dd8c95d983438e84b407fe93d1493f0f7 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Slightly more accurate doc.
Rev: server/base_server/prototypes.pike:1.188
6:
#include <module.h> #include <variables.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
187
2006/10/13
17
:
12
:
32
mast Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
188
2006/10/13
18
:
08
:
10
mast Exp $";
#ifdef DAV_DEBUG #define DAV_WERROR(X...) werror(X)
847:
//! Time of the request, standard unix time (seconds since the epoch; 1970). int hrtime;
-
//! Time of the request,
high
resolution
time
.
+
//! Time of the
start of the
request,
as
returned
by @[gethrtime]
.
string raw_url; //! The nonparsed, nontouched, non-* URL requested by the client.