Request Plugin - Lightweight HTTP Request Module

Started by umar4911, Jul 19, 2025, 05:16 PM

Previous topic - Next topic

umar4911

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
  • 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:

Linux
Run this
sudo apt update
sudo apt install libcurl4-openssl-dev

Binaries: https://github.com/newhere491/request-squirrel/releases

Plugin Source
https://github.com/newhere491/request-squirrel

RT Member | Asian City Scripter | VKs Contributor | European City Contributor | EAD Scripter

MEGAMIND