![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Body.
client::Request::Request | ( | Request * | input | ) |
client::Request::Request | ( | Request * | input, |
RequestInit * | init | ||
) |
client::Request::Request | ( | const String & | input | ) |
client::Request::Request | ( | const String & | input, |
RequestInit * | init | ||
) |
Request* client::Request::clone | ( | ) |
String* client::Request::get_cache | ( | ) |
String* client::Request::get_credentials | ( | ) |
String* client::Request::get_destination | ( | ) |
Headers* client::Request::get_headers | ( | ) |
String* client::Request::get_integrity | ( | ) |
bool client::Request::get_keepalive | ( | ) |
String* client::Request::get_method | ( | ) |
String* client::Request::get_mode | ( | ) |
Request* client::Request::get_prototype | ( | ) |
String* client::Request::get_redirect | ( | ) |
String* client::Request::get_referrer | ( | ) |
String* client::Request::get_referrerPolicy | ( | ) |
AbortSignal* client::Request::get_signal | ( | ) |
String* client::Request::get_type | ( | ) |
String* client::Request::get_url | ( | ) |
void client::Request::set_prototype | ( | Request * | ) |