net-cpp
1.1.0
C++11 library for networking purposes
|
HttpMethodNotSupported is thrown if the underlying impl. does not support the requested HTTP method. More...
#include <client.h>
Public Member Functions | |
HttpMethodNotSupported (Method method, const core::Location &) | |
![]() | |
Error (const std::string &what, const Location &loc) | |
virtual | ~Error ()=default |
![]() | |
Error (const std::string &what, const Location &el) | |
Public Attributes | |
Method | method |
HttpMethodNotSupported is thrown if the underlying impl. does not support the requested HTTP method.
core::net::http::Client::Errors::HttpMethodNotSupported::HttpMethodNotSupported | ( | Method | method, |
const core::Location & | |||
) |
Method core::net::http::Client::Errors::HttpMethodNotSupported::method |