Skip to content

Commit e057c07

Browse files
committed
Add ArduinoHttpClient.h
1 parent bb9bd9b commit e057c07

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ArduinoHttpClient.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Class to simplify HTTP fetching on Arduino
2+
// (c) Copyright Arduino. 2016
3+
// Released under Apache License, version 2.0
4+
5+
#ifndef ArduinoHttpClient_h
6+
#define ArduinoHttpClient_h
7+
8+
#include "HttpClient.h"
9+
10+
#endif

0 commit comments

Comments
 (0)