Files
cell/source/qjs_http.h

9 lines
99 B
C

#ifndef QJS_HTTP_H
#define QJS_HTTP_H
#include "cell.h"
JSValue js_http_use(JSContext*);
#endif