Cerberus X Documentation

Module brl.httprequest

The httprequest module allows you to perform http requests such as GET and POST. More...

Declarations

Imported By
brl
Please note that only documented modules are listed here, there might be undocumented modules that import this one.
Classes
HttpRequest The httprequest module allows you to perform http requests such as GET and POST.
Interfaces
IOnHttpRequestComplete

Detailed Discussion

The httprequest module allows you to perform http requests such as GET and POST.

Please see the HttpRequest class for more information.

Note: The httprequest module is only available on the glfw, android, ios and html5 targets. In addition, on html5 the server must be correctly configured to accept http requests.