Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bajrangCoder/setu
/ method
Method
method
src/entities/request.rs:248–250 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
246
}
247
248
pub fn method(&self) -> HttpMethod {
249
self.data.method
250
}
251
252
pub fn headers(&self) -> &[Header] {
253
&self.data.headers
Callers
4
build_request_snapshot_for_tab
Method · 0.80
send_request
Method · 0.80
duplicate_request
Method · 0.80
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected