1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-04-19 21:22:15 +03:00
carbotaniuman 527967d010
Reduce timeout from 1000ms to 100ms
Using this with the Arduino `WiFiClient` makes simple requests really slow. Reduce the timeout in order to make it faster.
2022-03-01 08:07:10 -06:00
2022-03-01 08:07:10 -06:00
2019-01-22 12:12:23 -05:00

ArduinoHttpClient

Check Arduino status Compile Examples status Spell Check status

ArduinoHttpClient is a library to make it easier to interact with web servers from Arduino.

Derived from Adrian McEwen's HttpClient library

Dependencies

Usage

In normal usage, handles the outgoing request and Host header. The returned status code is parsed for you, as is the Content-Length header (if present).

Because it expects an object of type Client, you can use it with any of the networking classes that derive from that. Which means it will work with WiFiClient, EthernetClient and GSMClient.

See the examples for more detail on how the library is used.

Description
No description provided
Readme 534 KiB
Languages
C++ 75%
C 25%