Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Header
Method
Header
coderd/aibridged/transport.go:170–172 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
168
}
169
170
func
(w *pipeResponseWriter) Header() http.Header {
171
return
w.header
172
}
173
174
func
(w *pipeResponseWriter) WriteHeader(status int) {
175
w.once.Do(
func
() {
Callers
3
TestInMemoryRoundTripper_PassesHeadersAndStatus
Function · 0.45
TestInMemoryRoundTripper_Streams
Function · 0.45
TestResolveIssuer
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestInMemoryRoundTripper_PassesHeadersAndStatus
Function · 0.36
TestInMemoryRoundTripper_Streams
Function · 0.36
TestResolveIssuer
Function · 0.36