- From: Trung Nguyen <trung@ii.uib.no>
- Date: Fri, 1 Mar 2002 11:11:23 -0500 (EST)
- To: www-jigsaw@w3.org
Hi! I wonder if it's possible to avoid the jigsaw server to send the message header to the client, when a client requests a page (test.html), and instead, the server gets the headers from a file ( test.html.header) , and sends it as it was generated by the server along with the test.html. test.html.header can for example be: ------------------------- HTTP/1.1 200 OK Date: Fri, 01 Mar 2002 12:38:07 GMT Server: Jigsaw/2.2.0 (Windows) Connection: close Content-Type: text/html -------------------------- Which class in jigsaw should I look at and modify? or should I implement a new class? Thx a lot in advance! sincerly, Tommy
Received on Saturday, 2 March 2002 09:26:46 UTC