Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ get_http_client
Method
get_http_client
rust/src/edge.rs:108–110 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
106
}
107
108
fn get_http_client(&self) -> &Client {
109
&self.http_client
110
}
111
112
fn set_http_client(&mut self, http_client: Client) {
113
self.http_client = http_client;
Callers
5
request_driver_version
Method · 0.45
request_latest_browser_version_from_online
Method · 0.45
download_driver
Method · 0.45
download_browser
Method · 0.45
stats
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected