MCPcopy Create free account
hub / github.com/aws/aws-cli / prepare_request

Method prepare_request

awscli/botocore/endpoint.py:143–145  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

141 headers[key] = value.encode('utf-8')
142
143 def prepare_request(self, request):
144 self._encode_headers(request.headers)
145 return request.prepare()
146
147 def _calculate_ttl(
148 self, response_received_timestamp, date_header, read_timeout

Callers 1

create_requestMethod · 0.95

Calls 2

_encode_headersMethod · 0.95
prepareMethod · 0.45

Tested by

no test coverage detected