You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
[Net] Unify HTTPClient request and request_raw.
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
|
||||
// HTTPClient's additional private members in the javascript platform
|
||||
|
||||
Error make_request(Method p_method, const String &p_url, const Vector<String> &p_headers, const uint8_t *p_body, int p_body_len);
|
||||
static void _parse_headers(int p_len, const char **p_headers, void *p_ref);
|
||||
|
||||
int js_id = 0;
|
||||
|
||||
Reference in New Issue
Block a user