Introduction
Request Squirrel is a lightweight and easy to use module that allows Squirrel scripts to make HTTP requests.
Wiki/Example code
https://github.com/newhere491/request-squirrel/wiki
Features
Advantages
Installation/Requirements
Windows
You must install:
Linux
Run this
Binaries: https://github.com/newhere491/request-squirrel/releases
Plugin Source
https://github.com/newhere491/request-squirrel
Request Squirrel is a lightweight and easy to use module that allows Squirrel scripts to make HTTP requests.
Wiki/Example code
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/Requirements
Windows
You must install:
- CURL is required, which can be downloaded from here https://curl.se/windows/
- VC++ Redistributable: Required by most native plugins and libcurl: Download VC++ 2015–2022 Redistributable (x64)
Linux
Run this
Code Select
sudo apt update
sudo apt install libcurl4-openssl-devBinaries: https://github.com/newhere491/request-squirrel/releases
Plugin Source
https://github.com/newhere491/request-squirrel



