NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
http.h File Reference
#include <string>
#include <exception>
Include dependency graph for http.h:
This graph shows which files directly or indirectly include this file:

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...