Vice City: Multiplayer

Server Development => Community Plugins => Topic started by: umar4911 on Jul 19, 2025, 05:16 PM

Title: Request Plugin - Lightweight HTTP Request Module
Post by: umar4911 on Jul 19, 2025, 05:16 PM
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 (https://github.com/newhere491/request-squirrel/wiki)


Features

Advantages

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 (https://github.com/newhere491/request-squirrel/releases)

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

Title: Re: Request Plugin - Lightweight HTTP Request Module
Post by: MEGAMIND on Jul 19, 2025, 05:41 PM
Good one..!