Monkey Documentation

Module brl.httprequest

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


Classes:
Interfaces:

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.