Nim's cgi module seems to assume the body of a CGI request will be multipart but I want it to be JSON (for JSON-RPC). How do I get the body of a post request as a string and parse it to JSON?
Thanks
Nim's cgi module seems to assume the body of a CGI request will be multipart but I want it to be JSON (for JSON-RPC). How do I get the body of a post request as a string and parse it to JSON?
Thanks