Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ set_http_client
Method
set_http_client
rust/src/edge.rs:112–114 ·
view source on GitHub ↗
(&mut self, http_client: Client)
Source
from the content-addressed store, hash-verified
110
}
111
112
fn set_http_client(&mut self, http_client: Client) {
113
self.http_client = http_client;
114
}
115
116
fn get_browser_path_map(&self) -> HashMap<BrowserPath, &str> {
117
if self.is_webview2() {
Callers
1
update_http_client
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected