]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/HTTPClient.hxx
Lots of (mostly) doxygen fixes/cleanup.
[simgear.git] / simgear / io / HTTPClient.hxx
index 0ed210e5d6286a2135d319775577edb1205d7b4b..c726dc60e608cb61fa0edb34d13faab0ed62b1cb 100644 (file)
@@ -56,15 +56,15 @@ public:
      * @param filename  Path to the target file
      * @param data      Data for POST request
      */
-    FileRequestRef urlretrieve( const std::string& url,
-                                const std::string& filename );
+    FileRequestRef save( const std::string& url,
+                         const std::string& filename );
 
     /**
      * Request a resource and keep it in memory.
      *
      * @param url   The resource to download
      */
-    MemoryRequestRef urlload(const std::string& url);
+    MemoryRequestRef load(const std::string& url);
 
     void setUserAgent(const std::string& ua);
     void setProxy(const std::string& proxy, int port, const std::string& auth = "");