diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-11-19 09:18:09 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-11-19 09:18:09 -0300 |
commit | 232b1a3fefa20f5fdfb7b12472b7ad45e86f3407 (patch) | |
tree | 02690c21d6794126e2bdbb0599eed9ec29933f60 /core/io/http_client.h | |
parent | 9fe85da881205f68ed949a1370ddd162ec331dc7 (diff) | |
parent | 30d488913197b6d84a6b2d106c266c7ae175cfa7 (diff) |
Merge pull request #2822 from kurikaesu/master
HTTPClient docs & request functionality + fixes
Diffstat (limited to 'core/io/http_client.h')
-rw-r--r-- | core/io/http_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/io/http_client.h b/core/io/http_client.h index 21281f38c5..b103dc43fc 100644 --- a/core/io/http_client.h +++ b/core/io/http_client.h @@ -192,6 +192,8 @@ public: Error poll(); + String query_string_from_dict(const Dictionary& p_dict); + HTTPClient(); ~HTTPClient(); }; |