MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Header

Method Header

controller/mcp/writer.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (r *ResponseWriter) Header() http.Header {
21 return r.Writer.Header()
22}
23
24func (r *ResponseWriter) Write(bytes []byte) (int, error) {
25 re := regexp.MustCompile(`sessionId=([^&?\s]+)`)

Callers 4

DeployMethod · 0.80
ExportSwaggerMethod · 0.80
AddExpiresFunction · 0.80
IndexHtmlFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected