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

Method headers

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

Source from the content-addressed store, hash-verified

264
265 #[qjs(get)]
266 fn headers(&self) -> Option<Class<'js, Headers>> {
267 self.headers.clone()
268 }
269
270 #[qjs(prop, rename = PredefinedAtom::SymbolToStringTag, configurable)]
271 pub fn to_string_tag() -> &'static str {

Callers 2

sendFunction · 0.45
next_invocationFunction · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected