GDP group 24 node core
Dependencies: EthernetInterface SDFileSystem mbed-rtos mbed snail MbedJSONValue
Diff: http.h
- Revision:
- 2:1cbb20dd1733
- Parent:
- 1:27b35752c5d0
- Child:
- 27:61e67ab47da5
--- a/http.h Tue Nov 18 18:28:52 2014 +0000 +++ b/http.h Sun Dec 14 22:28:24 2014 +0000 @@ -10,8 +10,7 @@ string get(string address, int port, string url, int replyTimeout = 20); string post(string address, int port, string url, string jsonPayload, int replyTimeout = 20); string parse(string httpReply); - - http(); + void connect(); private: EthernetInterface eth;