search/
Start typing to search packages!
package_2
http
By @kylaaa
Roblox
MirroredRobloxHttp
A promise based implementation of networking requests.
Usage
local Packages = game.ReplicatedStorage.Packages
local Http = require(Packages.Http).new()
local request = Http.GET("https://www.someDomain.com/json")
request:andThen(function(response)
-- handle the successful request's response
print(tostring(response))
end, function(err)
-- handle the failed reuest's error
warn(err)
end)
Package Details
Install command (Click to copy)
Version
0.5.0
License
MIT
Safe for commercial use
Automated license review — not legal advice.
