We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a7fd5 commit ae631c5Copy full SHA for ae631c5
a_http.inc
@@ -62,5 +62,5 @@
62
/// </remarks>
63
native HTTP(index, type, const url[], const data[], const callback[]);
64
65
-// example HTTP callback: public MyHttpResponse(index, response_code, data[]) { ... }
+// example HTTP callback: public MyHttpResponse(index, response_code, const data[]) { ... }
66
0 commit comments