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

Method Send

cfn/response.go:87–89  ·  view source on GitHub ↗

Send will send the Response to the given URL using the default HTTP client

()

Source from the content-addressed store, hash-verified

85// Send will send the Response to the given URL using the
86// default HTTP client
87func (r *Response) Send() error {
88 return r.sendWith(http.DefaultClient)
89}

Callers

nothing calls this directly

Calls 1

sendWithMethod · 0.95

Tested by

no test coverage detected