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