/[projects]/smsdaemon/HttpClient.h
ViewVC logotype

Contents of /smsdaemon/HttpClient.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 193 - (show annotations) (download)
Wed Dec 17 23:43:26 2008 UTC (15 years, 4 months ago) by torben
File MIME type: text/plain
File size: 186 byte(s)
Util.*, HttpClient.*: 
	make a new Http client based on libcurl and deprecate Util::readUrl
	
WeatherPlugin.cpp, TrainInfo.cpp:
	Make use of HttpClient
	
UrlTriggerPlugin.*:
	Make a new plugin which can trigger an external webapp. and return the response back to the requester




1 #include <vector>
2 #include <string>
3
4 namespace HttpClient
5 {
6 std::string UrlEncode(std::string url);
7
8 std::vector<char> Get(std::string url);
9 std::string GetString(std::string url);
10 }

  ViewVC Help
Powered by ViewVC 1.1.20