MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / get_http_client

Method get_http_client

rust/src/edge.rs:139–141  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

137 }
138
139 fn get_http_client(&self) -> &Client {
140 &self.http_client
141 }
142
143 fn set_http_client(&mut self, http_client: Client) {
144 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