mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-08-12 12:02:43 +03:00
fc72d823a768ed80a4c934bffa1272a4032e1b60
Fixing bug in HttpClient Host Header when the port isn't the default
HttpClient is a library to make it easier to interact with web servers from Arduino. Dependencies: - Requires the new Ethernet library API (with DHCP and DNS) which is in Arduino 1.0. 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).
Description
Languages
C++
75%
C
25%