HTTPRequest icon indicating copy to clipboard operation
HTTPRequest copied to clipboard

Single-header C++ HTTP request class

Results 29 HTTPRequest issues
Sort by recently updated
recently updated
newest added

Fix problem when receive partly response packet: diff --git a/thirdparty/HTTPRequest/include/HTTPRequest.hpp b/thirdparty/HTTPRequest/include/HTTPRequest.hpp index c446e216..1c559632 100644 --- a/thirdparty/HTTPRequest/include/HTTPRequest.hpp +++ b/thirdparty/HTTPRequest/include/HTTPRequest.hpp @@ -1198,6 +1198,7 @@ namespace http bool removeCrlfAfterChunk = false; // read...

Your library seems very promising, but I thought I would let you know a few ideas I had while looking at it: * Would be really great to get https...

Hey, how do you send a header with the authorisation token inside a request ? i tried like this but I get a bunch of errors... How should I do...

It does send the request to my web-server yes, but it does not include any data. Logging "req.query" yields a result of an empty object, and when logging "req.body" it's...

The `--help` option in line 25 lists `--url` as a possible argument ```c++ std::cout

how can i get web page body as string ?

I am always getting this error. basic_string::_M_create

Hi, Some of my users keep getting "Failed to get address info of xxxxx.com" error I'm trying to understand what nay cause this error with no luck, any help would...

Hello, I am making a call to the imgflip API but when I make that call, although there are no errors, the response is empty. Trying to print the response...

Hi, I've noticed that a response with status 204 to, e.g., a POST request always results in a timeout if the connection is kept alive. RFC9110 specifies in 8.6 (https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length)...