Hello there...
I think there is a somewhat error in current modref :
In http://pike.ida.liu.se/generated/manual/modref/ex/Protocols/HTTP/ http_date.html
I get Protocols.HTTP.http_date(), but is seems that the real code is not in Protocols.HTTP.http_date() but in Protocols.HTTP.Server.http_date()...
Protocols.HTTP.Server.http_date(time());
(2) Result: "Thu, 05 Dec 2002 11:12:26 GMT"
Protocols.HTTP.http_date(time());
Compiler Error: 1:Index 'http_date' not present in module 'HTTP'.
/Xavier