baiji v0.6.0 Baiji.Request
Makes a request to the AWS API based on the contents of an Operation struct
Link to this section Summary
Functions
Add a content-type header based on the operation’s protocol
Add the appropriate headers to the given request on the operation type, version and host
Add the appropriate Host header to the request
Add an X-Amz-Target header to the given request based on its target-prefix and action name
Execute a Request and generate a Response struct
Determine the host to which the request should be sent based on the operation parameters
Make a request based on the provided operation
Generate a Request struct
Generate a Query string for the given operation
Sign the given request using the authentication data contained in its operation struct
Determine the full URL to which the request should be sent
Validate that the given operation includes correctly formatted inputs
Link to this section Functions
Add a content-type header based on the operation’s protocol
Add the appropriate headers to the given request on the operation type, version and host
Add the appropriate Host header to the request
Add an X-Amz-Target header to the given request based on its target-prefix and action name
Execute a Request and generate a Response struct
Determine the host to which the request should be sent based on the operation parameters
Make a request based on the provided operation
Generate a Request struct
Generate a Query string for the given operation
Sign the given request using the authentication data contained in its operation struct
Determine the full URL to which the request should be sent
Validate that the given operation includes correctly formatted inputs