From: K. G. <kim...@gm...> - 2008-09-08 20:12:35
|
Dean, Divye, On Mon, Sep 8, 2008 at 14:58, Divye Kapoor <div...@gm...> wrote: >> >> Tab/space separated values work -- they can easily be parsed through >> std::ostringstream's -- as well as doing a '\n' delimited lines for >> pseudo-CSV. > > Ok. I'm currently playing with a HTTP header-style format to echo headers for the post tests. I have a new post_echo_headers.py, that emits the request headers on the canonical "name: value\n" form. It gets harder if you want to combine headers and other data on the same page, though... Maybe we can re-group once we find something that works for everybody? - Kim |