Re: Binary Data
Jay Sprenkle <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel,gmane.spam.detected |
|---|---|
| Message-ID | <[email protected]> |
If your new format has some value why not create a new content-type for it? If it has a new specific type then you can write plugins to use it (like pdf, flash, etc). If all you're doing is sending back fonts for rendering the page there are probably already types defined for fonts. On Thu, Jun 11, 2009 at 10:11 AM, Saikat Kanjilal <[email protected]>wrote: > Thanks for the response, my apologies if I was unclear about my goals, so > what I need to accomplish is to send back this stream of binary (font/glyph) > data which is essentially a character array, I have two choices I can either > use:application/octet-stream or make up my own format, if I make up my own > format then each client will need to figure out what to do with data that's > in my new format, I am leaning towards using application/octet-stream at the > moment. > > _______________________________________________ FastCGI-developers mailing list FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org http://mailman.pins.net/mailman/listinfo.cgi/fastcgi-developers