API documentation  2.0rc1
Public Member Functions | List of all members
client::Request Class Reference

#include <clientlib.h>

Inherits client::Body.

Public Member Functions

Stringget_cache ()
 
Stringget_credentials ()
 
Stringget_destination ()
 
Headersget_headers ()
 
Stringget_integrity ()
 
bool get_keepalive ()
 
Stringget_method ()
 
Stringget_mode ()
 
Stringget_redirect ()
 
Stringget_referrer ()
 
Stringget_referrerPolicy ()
 
AbortSignalget_signal ()
 
Stringget_type ()
 
Stringget_url ()
 
Requestclone ()
 
Requestget_prototype ()
 
void set_prototype (Request *)
 
 Request (Request *input)
 
 Request (Request *input, RequestInit *init)
 
 Request (const String &input)
 
 Request (const String &input, RequestInit *init)
 
- Public Member Functions inherited from client::Body
bool get_bodyUsed ()
 
PromisearrayBuffer ()
 
Promiseblob ()
 
PromiseformData ()
 
Promisejson ()
 
Promisetext ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Constructor & Destructor Documentation

◆ Request() [1/4]

client::Request::Request ( Request input)

◆ Request() [2/4]

client::Request::Request ( Request input,
RequestInit init 
)

◆ Request() [3/4]

client::Request::Request ( const String input)

◆ Request() [4/4]

client::Request::Request ( const String input,
RequestInit init 
)

Member Function Documentation

◆ clone()

Request* client::Request::clone ( )

◆ get_cache()

String* client::Request::get_cache ( )

◆ get_credentials()

String* client::Request::get_credentials ( )

◆ get_destination()

String* client::Request::get_destination ( )

◆ get_headers()

Headers* client::Request::get_headers ( )

◆ get_integrity()

String* client::Request::get_integrity ( )

◆ get_keepalive()

bool client::Request::get_keepalive ( )

◆ get_method()

String* client::Request::get_method ( )

◆ get_mode()

String* client::Request::get_mode ( )

◆ get_prototype()

Request* client::Request::get_prototype ( )

◆ get_redirect()

String* client::Request::get_redirect ( )

◆ get_referrer()

String* client::Request::get_referrer ( )

◆ get_referrerPolicy()

String* client::Request::get_referrerPolicy ( )

◆ get_signal()

AbortSignal* client::Request::get_signal ( )

◆ get_type()

String* client::Request::get_type ( )

◆ get_url()

String* client::Request::get_url ( )

◆ set_prototype()

void client::Request::set_prototype ( Request )