Some checks failed
Build and Deploy / build-linux (push) Failing after 1m3s
Build and Deploy / build-windows (CLANG64) (push) Successful in 9m45s
Build and Deploy / package-dist (push) Has been skipped
Build and Deploy / deploy-itch (push) Has been skipped
Build and Deploy / deploy-gitea (push) Has been skipped
9 lines
102 B
C
9 lines
102 B
C
#ifndef QJS_HTTP_H
|
|
#define QJS_HTTP_H
|
|
|
|
#include "quickjs.h"
|
|
|
|
JSValue js_http_use(JSContext*);
|
|
|
|
#endif
|