HTTPRequest
HTTPRequest copied to clipboard
Single-header C++ HTTP request class
my website has ssl and i really need it
Thanks for the wonderful sample. Can you please tell me how I can use HTTPS scheme ?
I noticed that you are checking for `EINTR` across all socket functions. Can you explain why? As far as I understand, in order for a system call to be interrupted,...
Im using this header to send a request to my flask (python) hosted webserver, but after alot of requests, i got this error in my flask console: `An operation on...
http://www.showmyip.com/ http://whatismyipaddress.com/ with mine: 301 Moved Permanently 301 Moved Permanently The document has been permanently moved. Is this because it redirects to https?
Simply including the header file gives me these errors when I compile ``` 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22000.0\shared\ws2def.h(103,1): warning C4005: 'AF_IPX': macro redefinition 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22000.0\um\winsock.h(457): message : see previous...
Hi, so I just included the file in my project like this: `#include "HTTPRequest.hpp"`, and I get all these errors during compilation: ```1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\shared\ws2def.h(103,1): warning C4005: 'AF_IPX' :...
So I copy and pasted the code example to see what it would do, but when I do that, it just gives me a bunch of "unresolved external symbol" errors....
I built a request using nlohmann:: JSON and wrote the code according to the example, but I encountered the following bug: terminate called after throwing an instance of 'std::length_error' what():...
I simply include "HttpRequest.cpp" and at compile time I have 161 errors of this type : ```1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\shared\ws2def.h(103,1): warning C4005: 'AF_IPX' : redéfinition de macro 1>C:\Program Files (x86)\Windows...