Molybden API
|
The NetworkDelegates::onBeforeUrlRequest action arguments. More...
#include <network_delegates.hpp>
Public Member Functions | |
BeforeUrlRequestAction (std::unique_ptr< rpc::internal::Callback > callback) | |
void | redirect (const std::string &url) |
Redirect the URL request to the given URL. | |
void | cancel () |
Cancel the URL request. | |
void | proceed () |
Continue loading the URL request without redirecting. | |
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::onBeforeUrlRequest action arguments.