You've already forked ArduinoHttpClient
mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-08-13 23:02:22 +03:00
Add ArduinoHttpClient.h
This commit is contained in:
10
ArduinoHttpClient.h
Normal file
10
ArduinoHttpClient.h
Normal 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
|
Reference in New Issue
Block a user