|
net-cpp ..
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 &) | |
| Public Member Functions inherited from core::net::http::Error | |
| Error (const std::string &what, const Location &loc) | |
| virtual | ~Error ()=default |
| Public Member Functions inherited from core::net::Error | |
| 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 & | ) |
References method.
| Method core::net::http::Client::Errors::HttpMethodNotSupported::method |
Definition at line 57 of file client.h.
Referenced by HttpMethodNotSupported().