MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / NewResponse

Function NewResponse

internal/waf/requests/response.go:11–15  ·  view source on GitHub ↗
(resp *http.Response)

Source from the content-addressed store, hash-verified

9}
10
11func NewResponse(resp *http.Response) *Response {
12 return &Response{
13 Response: resp,
14 }
15}

Calls

no outgoing calls