[MODULE] HTTP requests module for SqMod

Started by Luckshya, Mar 23, 2020, 06:01 PM

Previous topic - Next topic

Luckshya

Introduction
It's simple HTTP requests module that I made for SqMod after completing for official squirrel plugin.

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

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

Installation/Requirements

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

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

Current features
  • HTTP GET Request

Upcoming features
  • HTTP POST Request

Credits