MCPcopy 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

download_driverMethod · 0.45
download_browserMethod · 0.45
statsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected