ELinks 0.18.0
xhr.h File Reference
#include <mujs.h>
#include "session/download.h"
#include "util/lists.h"
Include dependency graph for xhr.h:
This graph shows which files directly or indirectly include this file:

Data Structures

struct  xhr_listener
 
struct  mjs_xhr
 

Enumerations

enum  { GET = 1 , HEAD = 2 , POST = 3 }
 

Functions

int mjs_xhr_init (js_State *J)
 
char * normalize (char *value)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
GET 
HEAD 
POST 

Function Documentation

◆ mjs_xhr_init()

int mjs_xhr_init ( js_State * J)

◆ normalize()

char * normalize ( char * value)