1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-04-19 21:22:15 +03:00

Add ArduinoHttpClient.h

This commit is contained in:
Sandeep Mistry 2016-06-17 09:32:05 -04:00
parent bb9bd9b422
commit e057c073d9

10
ArduinoHttpClient.h Normal file
View File

@ -0,0 +1,10 @@
// Class 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