You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A WIP web requests library for Byond, written in Go.
Current and Planned Features
GET Requests
POST Requests
Why GET requests? Doesn't BYOND already support that?
Yes, but BYOND considers some successful response codes to be errors and logs them as a bug in the console. It's very annoying if you're doing a lot of requests.