Fork HTTPClient and Modfiy code for mbed 6.0
Dependents: mbed-demo-http-get-json
Diff: data/HTTPFile.cpp
- Revision:
- 25:76084defa790
- Parent:
- 24:eee214e3e806
- Child:
- 27:32a53068ce03
diff -r eee214e3e806 -r 76084defa790 data/HTTPFile.cpp --- a/data/HTTPFile.cpp Sat Mar 15 22:18:30 2014 +0000 +++ b/data/HTTPFile.cpp Sun Mar 23 20:40:05 2014 +0000 @@ -1,5 +1,5 @@ #include "HTTPFile.h" -#if 0 +#if 1 HTTPFile::HTTPFile(char* filename) { file = fopen(filename, "w"); } @@ -30,9 +30,9 @@ } -void HTTPFile::setLocation(const char * location) { - -} +//void HTTPFile::setLocation(const char * location) { +// +//} void HTTPFile::setIsChunked(bool chunked) { m_chunked = chunked;