Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/imroc/req
/ reqExpectsContinue
Function
reqExpectsContinue
http_request.go:140–142 ·
view source on GitHub ↗
(r *http.Request)
Source
from the content-addressed store, hash-verified
138
}
139
140
func
reqExpectsContinue(r *http.Request) bool {
141
return
hasToken(headerGet(r.Header,
"Expect"
),
"100-continue"
)
142
}
143
144
func
reqWantsClose(r *http.Request) bool {
145
if
r.Close {
Callers
1
roundTrip
Method · 0.85
Calls
2
hasToken
Function · 0.85
headerGet
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…