Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vulcand/vulcand
/ Header
Method
Header
plugin/rewrite/rewrite.go:194–196 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
192
}
193
194
func
(b *bufferWriter) Header() http.Header {
195
return
b.header
196
}
197
198
func
(b *bufferWriter) Write(buf []byte) (int, error) {
199
return
b.buffer.Write(buf)
Callers
15
ServeHTTP
Method · 0.95
TestHeaderVar
Method · 0.45
TestMultipleHeaders
Method · 0.45
TestSameHeaderMulti
Method · 0.45
TestRewriteInQuery
Method · 0.45
TestRewriteResponseBody
Method · 0.45
TestDontRewriteResponseBody
Method · 0.45
TestContentLength
Method · 0.45
ServeHTTP
Method · 0.45
TestHandler
Method · 0.45
TestRequestProcessing
Method · 0.45
TestRequestProcessingEmptyConfig
Method · 0.45
Calls
no outgoing calls
Tested by
15
TestHeaderVar
Method · 0.36
TestMultipleHeaders
Method · 0.36
TestSameHeaderMulti
Method · 0.36
TestRewriteInQuery
Method · 0.36
TestRewriteResponseBody
Method · 0.36
TestDontRewriteResponseBody
Method · 0.36
TestContentLength
Method · 0.36
TestHandler
Method · 0.36
TestRequestProcessing
Method · 0.36
TestRequestProcessingEmptyConfig
Method · 0.36
TestRequestInvalidConfig
Method · 0.36
TestRequestProcessingAmbiguousConfig
Method · 0.36