Hi there.
For some reason RGSS3 doesn't seem to include any of the Ruby standard library. I cannot fathom why this decision was made, it seems ridiculously stupid.
Anyway, I'd like to use net/http to make some HTTP requests to a web server. I tried copying the relevant ruby files from the standard lib, but I can't get it to work properly (TCPSocket appears to be missing ?).
Any ideas on how else I could make HTTP requests? I've seen RGSS WebKit but it's a bit of a mess, and I'd rather not depend on a DLL that I can't debug.
Thanks,
David.
Ruby Standard Library (net/http)
● ARCHIVED · READ-ONLY
-
-
Have you tried just asking for the source code?