aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/http_client.h.inc
Commit message (Collapse)AuthorAgeFilesLines
* Warn when polling HTTPClient synchronously in HTML5 platformLeon Krause2018-02-171-0/+5
|
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Implement HTTPClient in HTML5 platformLeon Krause2017-11-131-0/+48
Limitations: - Subject to same-origin policy - No persistent connection (but simulated for compatibility) - No blocking mode - No StreamPeer access - No chunked responses - Cannot disable host verification