set HTTP-Header with tclhttpd
From: svogel (stefan.vogel9_at_gmx.de)
Date: 10/31/03
- Next message: Adrian Davis: "Problem drawing line on canvas"
- Previous message: Tadashi HAYASAKA: "animation program"
- Next in thread: Finzel Stefan: "Re: set HTTP-Header with tclhttpd"
- Reply: Finzel Stefan: "Re: set HTTP-Header with tclhttpd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 31 Oct 2003 01:54:44 -0800
Hi folks,
I like the Tcl-webserver (tclhttpd) very much, though it is not easy to
get some documentation about it. I have searched through google, the
tclers wiki, ... and didn't find anything regarding this.
I'd like to set the HTTP-Header from within a tcl-template or a direct-url.
E.g. setting "Pragma: No-cache" into the header or the "last-modification"
or "Surrogate-control" to work with cache-proxies.
Something similar to the JSP-way:
response.setHeader(...)
Has anyone an idea how to do this?
Thanks in advance
Stefan
- Next message: Adrian Davis: "Problem drawing line on canvas"
- Previous message: Tadashi HAYASAKA: "animation program"
- Next in thread: Finzel Stefan: "Re: set HTTP-Header with tclhttpd"
- Reply: Finzel Stefan: "Re: set HTTP-Header with tclhttpd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|