HttpClient icon indicating copy to clipboard operation
HttpClient copied to clipboard

Arduino HTTP library

Results 30 HttpClient issues
Sort by recently updated
recently updated
newest added

Success. latitude=90.0000 longitude=0.0000 Success. latitude=90.0000 longitude=0.0000 Success. latitude=90.0000 longitude=0.0000

hi I want to use streams in a program I am writing, like java okhttp3, can you support?

I was trying to use rg1220 changes to the original library so I could send a body in a post request, but I need additional headers and so I need...

It seems like it might be nice to allow the user to pass in a URL and have the library extract the hostname (or IP address), port, and path automatically.

Hi ! I was wondering if this could be possible to stay connected between read. I'm always reading the same page. This could speed up the request. Thanks !

As the title suggests. The newer Arduino environments comes with its own HttpClient library. The easiest would be to rename this class to avoid the conflict with Arduino.

I think this library should add some codes to support Transfer-Encoding: chunked.

Added the ability to send an optional body with a POST request.

- This library in Web Registry: http://platformio.ikravets.com/#!/lib/show/66/HttpClient - Specification: [PlatformIO Library Manager](http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html) - Integration: [IDE Integration](http://docs.platformio.ikravets.com/en/latest/ide.html)

Hi, I am a newbie of github, so I apologise if I am using this issue tracking to ask a question... I am using Arduino UNO + Ethernet Shield +...