Module http

Module http 

Source
Expand description

Host interface utilities for HTTP

Structs§

Response
HTTP Get response

Enums§

HttpDeleteError
An error occurred while calling an HTTP Delete method.
HttpGetError
An error occurred while calling an HTTP Get method.
HttpPostError
An error occurred while calling an HTTP Post method.
HttpPutError
An error occurred while calling an HTTP Put method.

Functions§

delete
HTTP DELETE
delete_aws_sigv4
HTTP DELETE with AWS SigV4 signing provided by the host
get
HTTP GET
get_aws_sigv4
HTTP GET with AWS SigV4 signing provided by the host
post
HTTP POST
post_aws_sigv4
HTTP POST with AWS SigV4 signing provided by the host
put
HTTP PUT
put_aws_sigv4
HTTP PUT with AWS SigV4 signing provided by the host