Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1997-09-19
1997-09-19 13:26:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ec6a43f5489429f7730adf15a0ecd7af16dc7889 (
8
lines) (+
5
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Now sends a "MIME-Version" header.
Rev: server/protocols/http.pike:1.44
1:
// This is a roxen module. (c) Informationsvävarna AB 1996.
-
constant cvs_version = "$Id: http.pike,v 1.
43
1997/09/
12
06
:
14
:
41
per
Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
44
1997/09/
19
13
:
26
:
25
grubba
Exp $";
// HTTP protocol module. #include <config.h> private inherit "roxenlib";
857:
string h; heads= ([
+
"MIME-Version":(file["mime-version"] || "1.0"),
"Content-type":file["type"], "Server":replace(version(), " ", "·"), "Date":http_date(time)