MCPcopy Create free account
hub / github.com/awslabs/llrt / method

Method method

modules/llrt_fetch/src/request.rs:261–263  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

259
260 #[qjs(get)]
261 fn method(&self) -> &str {
262 self.method.as_str()
263 }
264
265 #[qjs(get)]
266 fn headers(&self) -> Option<Class<'js, Headers>> {

Callers 6

send_streamFunction · 0.80
build_requestFunction · 0.80
next_invocationFunction · 0.80
invoke_responseFunction · 0.80
post_errorFunction · 0.80
echoFunction · 0.80

Calls 1

as_strMethod · 0.45

Tested by

no test coverage detected