MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / http_client

Method http_client

crates/amzn-consolas-client/src/config.rs:57–59  ·  view source on GitHub ↗

Return the [`SharedHttpClient`](crate::config::SharedHttpClient) to use when making requests, if any.

(&self)

Source from the content-addressed store, hash-verified

55 /// Return the [`SharedHttpClient`](crate::config::SharedHttpClient) to use when making
56 /// requests, if any.
57 pub fn http_client(&self) -> Option<crate::config::SharedHttpClient> {
58 self.runtime_components.http_client()
59 }
60
61 /// Returns the endpoint resolver.
62 pub fn endpoint_resolver(&self) -> ::aws_smithy_runtime_api::client::endpoint::SharedEndpointResolver {

Callers 4

newMethod · 0.45
newMethod · 0.45
clientFunction · 0.45
fromMethod · 0.45

Calls 1

set_http_clientMethod · 0.45

Tested by

no test coverage detected