[Seaside] [Q] How can I Send Raw Response?

Lukas Renggli renggli at gmail.com
Mon Jan 8 09:35:11 UTC 2007


> What I want to do is read data from network (maybe from remote system)
> and output read data as if it were file download from client(web
> browser)'s view. I yet, cannot figure out how to send raw HTTP response
> to client. Can anyone point me to the doc or other references?

     self session returnResponse: aResponse.

where aResponse is an instance of WAResponse.

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list