Files
cell/source/qjs_http.h
John Alanbrook 6b4062eee6
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
add http get
2025-03-03 08:07:16 -06:00

9 lines
102 B
C

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