MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / NewInvokeProxyResponse

Function NewInvokeProxyResponse

pkg/api/controller.go:155–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153}
154
155func NewInvokeProxyResponse() *InvokeProxyResponse {
156 hMap := make(map[string]string, 0)
157 return &InvokeProxyResponse{
158 Headers: hMap,
159 }
160}
161
162func NewInvokeProxyResponseWithRequestID(requestID string) *InvokeProxyResponse {
163 hMap := make(map[string]string, 0)

Callers 5

TestSendHTTPRequestLoopFunction · 0.92
TestStatisticsInfoFunction · 0.92
TestInvocationFunction · 0.92
TestInvocationWithStreamFunction · 0.92

Calls

no outgoing calls

Tested by 5

TestSendHTTPRequestLoopFunction · 0.74
TestStatisticsInfoFunction · 0.74
TestInvocationFunction · 0.74
TestInvocationWithStreamFunction · 0.74