MCPcopy Index your code
hub / github.com/aws/aws-lambda-go / Do

Method Do

cfn/response.go:50–50  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

48
49type httpClient interface {
50 Do(req *http.Request) (*http.Response, error)
51}
52
53func (r *Response) sendWith(client httpClient) error {

Callers 6

sendWithMethod · 0.65
registerMethod · 0.65
nextMethod · 0.65
nextMethod · 0.65
postMethod · 0.65
writeHeaderMethod · 0.65

Implementers 1

mockClientcfn/response_test.go

Calls

no outgoing calls

Tested by

no test coverage detected