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

I can install and compile your code very easily, but for some reason a simple GET to a localhost server takes upwards of 20 seconds, whereas it is instant in...

Hi, how can I retrieve the data from a file? example link: cdn.discordapp.com/attachments/774651261569465165478/text.txt ?

Could you please give me some example, how i can send multipart data in POST request? Is it possible?

I need to use an HTTP proxy when sending requests, what should I do?

[Visual Studio 2019] Hi, when I try `#include "HTTPRequest.hpp"` and then try to compile I get the error "Invalid or corrupt file: cannot read at 0x5F48". I can see the...

Are you planning to add support for https?

Due to this repo not supporting HTTPS, I rewrote the HTTP request. https://github.com/Nevermore1994/http-request The new repo has the following features: - Cross-Platform Compatibility: The library now supports multiple operating systems,...