C++ Rest SDK
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
web::http::http_response Member List

This is the complete list of members for web::http::http_response, including all inherited members.

_get_impl() const (defined in web::http::http_response)web::http::http_responseinline
_get_server_context() const (defined in web::http::http_response)web::http::http_responseinline
_set_server_context(std::unique_ptr< http::details::_http_server_context > server_context) (defined in web::http::http_response)web::http::http_responseinline
body() const web::http::http_responseinline
content_ready() const web::http::http_responseinline
extract_json(bool ignore_content_type=false) const web::http::http_responseinline
extract_string(bool ignore_content_type=false) const web::http::http_responseinline
extract_utf16string(bool ignore_content_type=false) const web::http::http_responseinline
extract_utf8string(bool ignore_content_type=false) const web::http::http_responseinline
extract_vector() const web::http::http_responseinline
headers()web::http::http_responseinline
headers() const web::http::http_responseinline
http_response()web::http::http_responseinline
http_response(http::status_code code)web::http::http_responseinline
reason_phrase() const web::http::http_responseinline
set_body(utf8string &&body_text, const utf8string &content_type=utf8string("text/plain; charset=utf-8"))web::http::http_responseinline
set_body(const utf8string &body_text, const utf8string &content_type=utf8string("text/plain; charset=utf-8"))web::http::http_responseinline
set_body(const utf16string &body_text, utf16string content_type=::utility::conversions::to_utf16string("text/plain"))web::http::http_responseinline
set_body(const json::value &body_data)web::http::http_responseinline
set_body(std::vector< unsigned char > &&body_data)web::http::http_responseinline
set_body(const std::vector< unsigned char > &body_data)web::http::http_responseinline
set_body(const concurrency::streams::istream &stream, const utility::string_t &content_type=_XPLATSTR("application/octet-stream"))web::http::http_responseinline
set_body(const concurrency::streams::istream &stream, utility::size64_t content_length, const utility::string_t &content_type=_XPLATSTR("application/octet-stream"))web::http::http_responseinline
set_reason_phrase(const http::reason_phrase &reason) const web::http::http_responseinline
set_status_code(http::status_code code) const web::http::http_responseinline
status_code() const web::http::http_responseinline
to_string() const web::http::http_responseinline