We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685810c commit 930013fCopy full SHA for 930013f
libs/network/example/http/hello_world_client.cpp
@@ -35,7 +35,7 @@ main(int argc, char *argv[]) {
35
/*<< Gets a response from the HTTP server. >>*/
36
http::client::response response = client.get(request);
37
/*<< Prints the response body to the console. >>*/
38
- std::cout << boost::network::body(response) << std::endl;
+ std::cout << body(response) << std::endl;
39
}
40
catch (std::exception &e) {
41
std::cerr << e.what() << std::endl;
0 commit comments