ELinks 0.18.0
|
#include <xhr.h>
Data Fields | |
void * | requestHeaders |
void * | responseHeaders |
struct download | download |
struct ecmascript_interpreter * | interpreter |
struct xhr_listener list | listeners |
JSValue | events [XHR_EVENT_MAX] |
JSValue | thisVal |
struct uri * | uri |
bool | sent |
bool | async |
short | response_type |
unsigned long | timeout |
unsigned short | ready_state |
int | status |
char * | status_text |
char * | response_text |
size_t | response_length |
struct { | |
JSValue url | |
JSValue headers | |
JSValue response | |
} | result |
char * | responseURL |
int | method |
bool Xhr::async |
struct download Xhr::download |
JSValue Xhr::events[XHR_EVENT_MAX] |
JSValue Xhr::headers |
struct ecmascript_interpreter* Xhr::interpreter |
struct xhr_listener list Xhr::listeners |
int Xhr::method |
unsigned short Xhr::ready_state |
void* Xhr::requestHeaders |
JSValue Xhr::response |
size_t Xhr::response_length |
char* Xhr::response_text |
short Xhr::response_type |
void* Xhr::responseHeaders |
char* Xhr::responseURL |
struct { ... } Xhr::result |
bool Xhr::sent |
int Xhr::status |
char* Xhr::status_text |
JSValue Xhr::thisVal |
unsigned long Xhr::timeout |
struct uri* Xhr::uri |
JSValue Xhr::url |