We want to be able to write arbitrary headers from both CGI and SSI routines under HTTPSRV. Currently, the header of most interest to us is "Content-Disposition:". I want to "download" from my device some named XML stuff (generated by SSI) and some named binary stuff (generated by CGI; the same CGI would accept the uploading of said binary stuff back into the device).
Can I do it out of the box or where should I put API extensions?