View Source aws_request (aws v1.0.4)

Summary

Functions

Include additions only if they don't already exist in the provided list.
Add querystring to url is there are any parameters in the list
Build custom request headers based on a list key-value pairs representing the mappings from param names to header names and a map with the params.
Build request headers based on a list key-value pairs representing the mappings from param names to header names and a map with the params.

Functions

Link to this function

add_headers(Additions, Headers)

View Source
Include additions only if they don't already exist in the provided list.
-spec add_query(binary(), [{binary(), any()}]) -> binary().
Add querystring to url is there are any parameters in the list
Link to this function

build_custom_headers(ParamsCustomHeadersMapping, Params0)

View Source
Build custom request headers based on a list key-value pairs representing the mappings from param names to header names and a map with the params.
Link to this function

build_headers(ParamsHeadersMapping, Params0)

View Source
Build request headers based on a list key-value pairs representing the mappings from param names to header names and a map with the params.
-spec method_to_binary(atom()) -> binary().
Link to this function

request(RequestFun, Options)

View Source
Link to this function

sign_request(Client, Method, URL, Headers0, Body)

View Source