thanks @enthusiast. in an ideal world, shouldn't the std lib[1] have a parser for this mime doc type? It looks like rust has it[2]. I think i saw one for julia too. Or there's some reason it should be implemented by each http server project, or at the web framework level above the http server?
1. <https://nim-lang.org/docs/lib.html#pure-libraries-parsers> 2. <https://docs.rs/mime/latest/mime/struct.Mime.html#method.get_param>