MCPcopy Index your code
hub / github.com/aws/aws-lambda-rust-runtime / uri

Method uri

lambda-extension/src/requests.rs:53–58  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

51 }
52
53 pub(crate) fn uri(&self) -> &str {
54 match *self {
55 Api::LogsApi => "/2020-08-15/logs",
56 Api::TelemetryApi => "/2022-07-01/telemetry",
57 }
58 }
59}
60
61pub(crate) fn subscribe_request(

Callers 15

test_set_originFunction · 0.80
next_event_requestFunction · 0.80
register_requestFunction · 0.80
subscribe_requestFunction · 0.80
error_requestFunction · 0.80
into_proxy_requestFunction · 0.80
into_alb_requestFunction · 0.80
into_websocket_requestFunction · 0.80
into_vpc_lattice_requestFunction · 0.80

Calls

no outgoing calls

Tested by 9

test_set_originFunction · 0.64
test_successful_responseFunction · 0.64
test_410_timeout_errorFunction · 0.64
test_500_errorFunction · 0.64
test_404_errorFunction · 0.64
test_network_errorFunction · 0.64