I’m making a lot of HTTP requests in my game, and I’m wondering if there’s a module out there that provides built-in functions and protections for handling errors or other issues that might occur when an HTTP request fails.
Does anyone know of a module that could help with this? Any recommendations or modules you know of would be appreciated!
All though I do not recommend the implementation of smaller applications and modules
to not overcomplicate your project files. Depending on the size of the module, you’re better
of making a module only containing the lines of code that you need for a pretty simple task.
But feel free to disregard what i’ve said, just an opinion.
(Edit) - Actually it looks like a really solid and clean module, go for it.