HttpClient
HttpClient copied to clipboard
Arduino HTTP library
This has been reported cosm/cosm-arduino#2 and needs verifying. @sarelvdwalt: > It seems that when hitting the code block: "int ret = cosmclient.put(feed, cosmKey);" there is a hang in the library....
Do we have another documentation we can refer to? Can't find any description regarding response status codes and how things work. Like, what does -11 mean? Where is the error...
I just use the HTTP_GET, and it will return HTTP 302, then I need fetch the "Location" from Header, I feel so wired it return null from that, please help...
Hi is it compatible with MBED OS framework ?
v2.2.0 - It looks like `finishRequest()` is declared in the header file but not implemented anywhere. Seems related to https://github.com/amcewen/HttpClient/issues/24, but that ticket contained no information for working around this...
esp32 connected by wifi. first get() after reset returns 200. and following get() returns -1. Please, Advice
After I included "HttpClient.h" and "b64.h", at build time it returns the following error: `/Users/francesco/Documents/Arduino/libraries/HttpClient/b64.cpp: In function 'int b64_encode(const unsigned char*, int, unsigned char*, int)': /Users/francesco/Documents/Arduino/libraries/HttpClient/b64.cpp:69:1: error: control reaches end...
How can I use this to get data from a SSE sever? Or can you support it?
In HttpClient.cpp: HttpClient::sendInitialHeaders line 161 when connect to a server with multiple hostings in the same ip (like GoDaddy), connect with name does not work, need to connect with IP...