|
| ReadableStream * | get_body () |
| |
| Headers * | get_headers () |
| |
| bool | get_ok () |
| |
| bool | get_redirected () |
| |
| double | get_status () |
| |
| String * | get_statusText () |
| |
| String * | get_type () |
| |
| String * | get_url () |
| |
| Response * | clone () |
| |
| Response * | get_prototype () |
| |
| void | set_prototype (Response *) |
| |
| | Response () |
| |
| | Response (Blob *body) |
| |
| | Response (Blob *body, ResponseInit *init) |
| |
| | Response (Int8Array *body) |
| |
| | Response (Int8Array *body, ResponseInit *init) |
| |
| | Response (Int16Array *body) |
| |
| | Response (Int16Array *body, ResponseInit *init) |
| |
| | Response (Int32Array *body) |
| |
| | Response (Int32Array *body, ResponseInit *init) |
| |
| | Response (Uint8Array *body) |
| |
| | Response (Uint8Array *body, ResponseInit *init) |
| |
| | Response (Uint16Array *body) |
| |
| | Response (Uint16Array *body, ResponseInit *init) |
| |
| | Response (Uint32Array *body) |
| |
| | Response (Uint32Array *body, ResponseInit *init) |
| |
| | Response (Uint8ClampedArray *body) |
| |
| | Response (Uint8ClampedArray *body, ResponseInit *init) |
| |
| | Response (Float32Array *body) |
| |
| | Response (Float32Array *body, ResponseInit *init) |
| |
| | Response (Float64Array *body) |
| |
| | Response (Float64Array *body, ResponseInit *init) |
| |
| | Response (DataView *body) |
| |
| | Response (DataView *body, ResponseInit *init) |
| |
| | Response (ArrayBuffer *body) |
| |
| | Response (ArrayBuffer *body, ResponseInit *init) |
| |
| | Response (FormData *body) |
| |
| | Response (FormData *body, ResponseInit *init) |
| |
| | Response (const String &body) |
| |
| | Response (const String &body, ResponseInit *init) |
| |
Public Member Functions inherited from client::Body |
| bool | get_bodyUsed () |
| |
| Promise * | arrayBuffer () |
| |
| Promise * | blob () |
| |
| Promise * | formData () |
| |
| Promise * | json () |
| |
| Promise * | text () |
| |
| | Object () |
| |
| template<typename T > |
| T | valueOf () |
| |
| | operator double () const |
| |
| Object * | operator[] (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) |
| |