MCPcopy 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
170func (w *pipeResponseWriter) Header() http.Header {
171 return w.header
172}
173
174func (w *pipeResponseWriter) WriteHeader(status int) {
175 w.once.Do(func() {

Calls

no outgoing calls