Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_stream
Function · 0.80
build_request
Function · 0.80
next_invocation
Function · 0.80
invoke_response
Function · 0.80
post_error
Function · 0.80
echo
Function · 0.80
Calls
1
as_str
Method · 0.45
Tested by
no test coverage detected