![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
| Blob* client::RequestInit::get_body | ( | ) |
| String* client::RequestInit::get_cache | ( | ) |
| String* client::RequestInit::get_credentials | ( | ) |
| Headers* client::RequestInit::get_headers | ( | ) |
| String* client::RequestInit::get_integrity | ( | ) |
| bool client::RequestInit::get_keepalive | ( | ) |
| String* client::RequestInit::get_method | ( | ) |
| String* client::RequestInit::get_mode | ( | ) |
| String* client::RequestInit::get_redirect | ( | ) |
| String* client::RequestInit::get_referrer | ( | ) |
| String* client::RequestInit::get_referrerPolicy | ( | ) |
| AbortSignal* client::RequestInit::get_signal | ( | ) |
| Object* client::RequestInit::get_window | ( | ) |
| void client::RequestInit::set_body | ( | Blob * | ) |
| void client::RequestInit::set_cache | ( | const String & | ) |
| void client::RequestInit::set_credentials | ( | const String & | ) |
| void client::RequestInit::set_headers | ( | Headers * | ) |
| void client::RequestInit::set_integrity | ( | const String & | ) |
| void client::RequestInit::set_keepalive | ( | bool | ) |
| void client::RequestInit::set_method | ( | const String & | ) |
| void client::RequestInit::set_mode | ( | const String & | ) |
| void client::RequestInit::set_redirect | ( | const String & | ) |
| void client::RequestInit::set_referrer | ( | const String & | ) |
| void client::RequestInit::set_referrerPolicy | ( | const String & | ) |
| void client::RequestInit::set_signal | ( | AbortSignal * | ) |
| void client::RequestInit::set_window | ( | Object * | ) |
1.8.13