AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Module Coding (https://forums.alliedmods.net/forumdisplay.php?f=9)
-   -   AMXX httplib module (https://forums.alliedmods.net/showthread.php?t=328537)

karaulov 11-14-2020 13:30

AMXX httplib module
 
https://github.com/yhirose/cpp-httplib

Can anyone write a simple module using httplib? (amxmodx)

It like curl but very easy and created only for some tasks.

(Create a simple web page with callback, or download / upload files)


I tried but not works with linux :(

Black Rose 11-15-2020 07:58

Re: AMXX httplib module
 
Are you saying you want the to host a HTTP-server using AMXX? If so, I believe that already exists. But it depends on how advanced you want it to be.

wopox3 11-22-2020 16:39

Re: AMXX httplib module
 
1) NOTE: This is a 'blocking' HTTP library. If you are looking for a 'non-blocking' library, this is not the one that you want.

2) https://github.com/Polarhigh/AmxxCurl

karaulov 11-24-2020 04:12

Re: AMXX httplib module
 
httplib ? I use it in some cpp projects, and it 100% multithreaded. Possible to run multiple http servers, and use http(get/post) requests, and it very simplest, instead of curl.


All times are GMT -4. The time now is 09:25.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.