gmsv_reqwest icon indicating copy to clipboard operation
gmsv_reqwest copied to clipboard

🌐 Drop-in HTTP replacement module for Garry's Mod

Results 2 gmsv_reqwest issues
Sort by recently updated
recently updated
newest added

``` ] version Protocol version 24 Exe version 2022.06.08 (garrysmod) Exe build: 18:31:37 Jun 1 2022 (8607) (4000) GMod version 2022.06.10, branch: unknown, multicore: 1 Windows 32bit ``` Sometimes suspend...

while trying the function I tried this code require("reqwest") local success, status, body, headers = reqwest({ blocking = true, -- note this! url = "https://google.com", -- callbacks will still be...