https://github.com/ricepunk/httphandler
A straightforward and efficient REST API for FiveM server designed to handle basic CRUD operations.
https://github.com/ricepunk/httphandler
fivem lua
Last synced: 8 months ago
JSON representation
A straightforward and efficient REST API for FiveM server designed to handle basic CRUD operations.
- Host: GitHub
- URL: https://github.com/ricepunk/httphandler
- Owner: ricepunk
- License: gpl-3.0
- Created: 2024-08-16T18:35:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T01:34:28.000Z (almost 2 years ago)
- Last Synced: 2025-08-01T09:13:43.325Z (11 months ago)
- Topics: fivem, lua
- Language: Lua
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTPHandler
httphandler is HTTP server utility designed for the FiveM server. It simplifies HTTP request handling and routing for FiveM servers, allowing developers to easily create and manage RESTful APIs. The tool supports routing with dynamic parameters, making it a flexible choice for integrating web services into your FiveM server environment.