HTTP requests module

Started by Luckshya, Feb 21, 2020, 07:53 AM

Previous topic - Next topic

Luckshya

Introduction
I made a simple HTTP requests module for myself and would like to share it here if it can be of any use for someone. It uses cURL.

Documentation
Wiki: https://github.com/Luckshya/httpreq-squirrel/wiki/
Example code: https://github.com/Luckshya/httpreq-squirrel/wiki/Example-Code

Source
Plugin Source: https://github.com/Luckshya/httpreq-squirrel

Installation/Requirements

Windows
Binaries: https://github.com/Luckshya/httpreq-squirrel/releases

Linux
Binaries: https://github.com/Luckshya/httpreq-squirrel/releases
(32 bit not available for now)

Current features
  • HTTP GET Request

Upcoming features
  • HTTP POST Request

Credits

DizzasTeR


Luckshya

Update v0.2
  • Major fixes and updates to fix random crashes
  • Changed event callback system
  • Changed event name to  HTTP_OnResponse

Make sure to see the updated Example Code: https://github.com/Luckshya/httpreq-squirrel/wiki/Example-Code
Latest Release: https://github.com/Luckshya/httpreq-squirrel/releases/tag/0.2