davix
|
#include <string>
#include <status/davixstatusrequest.hpp>
#include <hooks/davix_hooks.hpp>
#include <utils/davix_uri.hpp>
Data Structures | |
class | Davix::Context |
Main handle for Davix. More... | |
Functions | |
DAVIX_EXPORT const std::string & | Davix::version () |
DAVIX_EXPORT const std::string | Davix::backendRuntimeVersion () |
DAVIX_EXPORT const std::string | Davix::backendHeadersVersion () |
Handle of Davix
DAVIX_EXPORT const std::string Davix::backendHeadersVersion | ( | ) |
backend version at the time of compilation which could be different than runtime one
References Davix::backendHeadersVersion().
Referenced by Davix::backendHeadersVersion().
DAVIX_EXPORT const std::string Davix::backendRuntimeVersion | ( | ) |
runtime version string of the current HTTP backend library
References Davix::backendRuntimeVersion().
Referenced by Davix::backendRuntimeVersion().
DAVIX_EXPORT const std::string & Davix::version | ( | ) |
runtime version string of the current davix library
References Davix::version().
Referenced by Davix::version().