Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bajrangCoder/setu
/ headers
Method
headers
src/entities/request.rs:252–254 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
250
}
251
252
pub fn headers(&self) -> &[Header] {
253
&self.data.headers
254
}
255
256
pub fn body(&self) -> &RequestBody {
257
&self.data.body
Callers
7
sync_headers_from_request
Method · 0.80
execute_request
Function · 0.80
build_request_snapshot_for_tab
Method · 0.80
send_request
Method · 0.80
duplicate_request
Method · 0.80
upsert_request_header
Method · 0.80
get_all_headers
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected