Molybden API
|
The NetworkDelegates::onCanGetCookies action. More...
#include <network_delegates.hpp>
Public Member Functions | |
CanGetCookiesAction (std::unique_ptr< rpc::internal::Callback > callback) | |
void | can () |
Send the cookies to a web server. | |
void | cannot () |
Do not send the cookies to a web server. | |
Public Member Functions inherited from molybden::Action | |
Action (std::unique_ptr< rpc::internal::Callback > callback) | |
Additional Inherited Members | |
Protected Attributes inherited from molybden::Action | |
std::unique_ptr< rpc::internal::Callback > | callback_ |
The NetworkDelegates::onCanGetCookies action.