I am using cpprest to make a simple RPC server. When a request is created, I get a web::http::http_request instance that allows me to read content body and query string. How