4 #include "../api_network.h"
12 class WebResponse_Impl;
20 int get_status_code();
21 std::string get_status_string();
23 bool has_header_field(
const std::string &name);
24 std::string get_header_field(
const std::string &name);
26 bool has_content_type();
27 std::string get_content_type();
30 std::string get_body_string();
34 std::shared_ptr<WebResponse_Impl> impl;
HTTP web response class.
Definition: web_response.h:15
General purpose data buffer.
Definition: databuffer.h:43
HTTP web request class.
Definition: web_request.h:16