mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-04-19 21:22:15 +03:00
11 lines
215 B
C
11 lines
215 B
C
// Library to simplify HTTP fetching on Arduino
|
|
// (c) Copyright Arduino. 2016
|
|
// Released under Apache License, version 2.0
|
|
|
|
#ifndef ArduinoHttpClient_h
|
|
#define ArduinoHttpClient_h
|
|
|
|
#include "HttpClient.h"
|
|
|
|
#endif
|