|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <string>#include <exception>Go to the source code of this file.
Classes | |
| class | url::Error |
| A class for URL exceptions. More... | |
Namespaces | |
| namespace | url |
Functions | |
| std::string | url::get (const std::string &sUrl, const std::string &sUserName, const std::string &sPassWord) |
| Get the contents of a URL. More... | |
| size_t | url::put (const std::string &sUrl, const std::string &sFileName, const std::string &sUserName, const std::string &sPassWord) |
| Upload a file to a destination and return the transmitted bytes. More... | |