IntroductionRequest Squirrel is a lightweight and easy to use module that allows Squirrel scripts to make HTTP requests.
Wiki/Example codehttps://github.com/newhere491/request-squirrel/wiki (https://github.com/newhere491/request-squirrel/wiki)
Features- HTTP GET Request
- HTTP POST Request
- HTTP PUT Request
- HTTP DELETE Request
Advantages- Supports latest libssl version
- Each request runs on a different thread so running requests wont add lag
- Only plugin (till now) for squirrel that support POST, PUT and DELETE
- Custom headers and JSON/body payloads
Installation/RequirementsWindowsYou must install:
- CURL is required, which can be downloaded from here https://curl.se/windows/ (https://curl.se/windows/)
- VC++ Redistributable: Required by most native plugins and libcurl: Download VC++ 2015–2022 Redistributable (x64) (https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads)
LinuxRun this
sudo apt update
sudo apt install libcurl4-openssl-dev
Binaries: https://github.com/newhere491/request-squirrel/releases (https://github.com/newhere491/request-squirrel/releases)
Plugin Sourcehttps://github.com/newhere491/request-squirrel (https://github.com/newhere491/request-squirrel)