We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5eb460 commit ac1a2baCopy full SHA for ac1a2ba
README.md
@@ -1,2 +1,7 @@
1
# sourcemod-async
2
-Fast HTTP/S client for Sourcemod
+
3
+Fast HTTP/S client for Sourcemod.
4
5
+https://forums.alliedmods.net/showthread.php?t=237812
6
7
+Uses 1 seperate thread to handle all requests with an event loop which should be safer and more reliable than using 1 thread per request.
0 commit comments