Download raw body.
parse gotwebd querystrings under pledge "stdio"
Stefan Sperling <stsp@stsp.name> wrote:
> Move parsing of gotwebd querystrings into the pledge("stdio") process.
> 
> Fields of the querystring structure become fixed-sized buffers for
> easy passing over imsg. This means we can no longer check pointers
> in this structure for NULL. Instead we have to check for empty strings.
> 
> ok?
ok op@
parse gotwebd querystrings under pledge "stdio"