Return request handlers for a given protocol and request signer.
new_handlers(protocol, signer)Other API request functions:
new_operation(),
new_request(),
new_service(),
send_request()
# Get the handlers needed for an API using REST-JSON and AWS signature V4.
handlers <- new_handlers("restjson", "v4")