{"id":"thenerdie/raxios","name":"raxios","scope":"thenerdie","platform":"roblox","description":"Mirrored from the Wally registry.","version":"1.0.1","latest":"1.0.1","versions":["1.0.0","1.0.1"],"license":"MIT","licenseRating":"safe","licenseCaveats":["License identified from the packaged LICENSE file; the manifest declared none."],"licenseVerified":true,"dependencies":{},"integrity":"eb80985d260bb71340957a9b9ee5f00b344050da358e21e5ff8591a4b842db03","likes":0,"downloads":0,"install":"forest install thenerdie/raxios","url":"https://forest.dev/p/roblox/thenerdie/raxios","files":"https://api.forest.dev/ai/package/roblox/thenerdie/raxios/files","readme":"![Roblox Requests](https://requests.paric.xyz/img/name-logo.png)\r\n\r\n**Roblox Requests** brings user-friendly HTTP to Roblox with no need for the manual labor of HttpService.\r\n\r\nWith Requests you can send robust, human-readable HTTP requests without ever having to deal with the underlying HttpService.\r\nNo more manual query strings or encoding POST data.\r\n\r\n#### The Power of Roblox Requests:\r\n\r\n```lua\r\nlocal r = http.get(\"https://api.github.com/orgs/Roblox/repos\")\r\n\r\nprint(r.status_code, r.message)\r\n-- 200 OK\r\n\r\nlocal repos = r:json()\r\nprint(#repos)\r\n-- 30\r\n\r\nprint(r.content_type)\r\n-- application/json\r\nprint(r.encoding)\r\n-- utf-8\r\nprint(r.headers[\"x-ratelimit-remaining\"])\r\n-- 59\r\n```\r\n\r\nRoblox Requests will bring simple support for all internet resources to your game. [In this documentation](https://jpatrickdill.github.io/roblox-requests/guide/installation/) you'll find step-by-step instructions to get the most out of Roblox Requests.\r\n\r\n## Features\r\n\r\n- Sessions with Cookie Persistence\r\n- Default Headers, URL prefixes\r\n- Automatic Query Strings\r\n- JSON Body Encoding, JSON Response Decoding\r\n- Elegant Key/Value Cookies\r\n  - Domain/Path filters\r\n- Multipart File Encoding and Upload\r\n- Local and Global Response Caching\r\n  - Cloud backed global cache\r\n- Builtin Lua Promise Support\r\n- Global/Per-Session Ratelimiting\r\n\r\nRoblox Requests was inspired by the well known [Python Requests](https://2.python-requests.org/en/master/) library.\r\n\r\nThis project is MIT Licensed.\r\n","readmeTruncated":false}