MCPcopy
hub / github.com/the-open-agent/openagent / WriteHeader

Method WriteHeader

controllers/pipe_webhook.go:199–201  ·  view source on GitHub ↗
(statusCode int)

Source from the content-addressed store, hash-verified

197}
198
199func (r *pipeSSERecorder) WriteHeader(statusCode int) {
200 r.status = statusCode
201}
202
203func (r *pipeSSERecorder) Write(p []byte) (int, error) {
204 n, err := r.body.Write(p)

Callers 6

ChatWebhookVerifyMethod · 0.45
ChatWebhookMethod · 0.45
writePipeWebhookResponseFunction · 0.45
StaticFilterFunction · 0.45
setCorsHeadersFunction · 0.45
CorsFilterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected