Example usage. This compiles ok. I'm not sure if it's logically correct.
web::http::http_response response(web::http::status_codes::OK);
response.body().read_to_end(Concurrency::streams::streambuf<uint8_t>()).wait();