Molybden API
Loading...
Searching...
No Matches
molybden::InterceptUrlRequestAction Class Reference

The NetworkDelegates::onInterceptUrlRequest action arguments. More...

#include <network_delegates.hpp>

Inheritance diagram for molybden::InterceptUrlRequestAction:
molybden::Action

Public Member Functions

 InterceptUrlRequestAction (std::unique_ptr< rpc::internal::Callback > callback)
 
void proceed ()
 Do not intercept the URL request and proceed normally.
 
void intercept (std::shared_ptr< UrlRequestJob > url_request_job)
 Intercept the URL request with the given URL request job.
 
- 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_
 

Detailed Description


The documentation for this class was generated from the following file: