Realm C++ SDK版本 v 2.2.0
|
#include <http.hpp>
公共属性 | |
http_method | method = http_method::get |
std::string | url |
uint64_t | timeout_ms = 0 |
http_headers | headers |
std::string | body |
可以向任意服务器发出的HTTP请求。
std::string 域::networking:: 请求::body |
请求正文。
http_headers 域::networking:: 请求::headers |
此请求的HTTP headers - 密钥不区分大小写。
http_method 域::networking:: 请求::method = http_method::get |
此请求的 HTTP 方法。
uint 64 _t 域::networking:: 请求::timeout_ms = 0 |
在因错误而失败之前,底层传输应在 HTTP 往返上花费的毫秒数。
std::string 域::networking:: 请求::url |
将向其发出此请求的URL 。