Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2009-07-14
2009-07-14 12:22:36 by Martin Stjernholm <mast@lysator.liu.se>
2f4b7fd3132e81f3be353d41bf55ce2ad79a0483 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Minor doc improvement.
Rev: server/base_server/prototypes.pike:1.257
5:
#include <config.h> #include <module.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
256
2009/07/
10
14:
31
:
40
stewa
Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
257
2009/07/
14
12
:
22
:
36
mast
Exp $";
#ifdef DAV_DEBUG #define DAV_WERROR(X...) werror(X)
2269:
//! @note //! Although case is insignificant in http header names, it is //! significant here. @[name] should always follow the
-
//! capitalization used in RFC 2616.
+
//! capitalization used in RFC 2616.
Use
+
//! @[Roxen.canonicalize_http_header] if necessary.
//! //! @seealso //! @[add_or_set_response_header], @[get_response_headers],