summaryrefslogtreecommitdiff
path: root/platform/javascript/http_request.js
AgeCommit message (Collapse)Author
2018-01-01Update copyright statements to 2018RĂ©mi Verschelde
Happy new year to the wonderful Godot community!
2017-11-13Implement HTTPClient in HTML5 platformLeon Krause
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