This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: generating HTTP (or MIME) headers without being a servlet


"Hoehle, Joerg-Cyril" <Joerg-Cyril.Hoehle@t-systems.com> writes:

> [(begin (require 'http)
>  (response-header "foo" "bAr"))
> ]
> <body>
> [(define foo 123)]
> Hi there [foo]
> </body>
> [(display "hello World!")]

Is this for CGI?  How about just putting the headers at the top, e.g.

foo: bAr

<body>
etc...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]