Expand description
Host interface utilities for HTTP
Structs§
- Response
- HTTP Get response
Enums§
- Http
Delete Error - An error occurred while calling an HTTP Delete method.
- Http
GetError - An error occurred while calling an HTTP Get method.
- Http
Post Error - An error occurred while calling an HTTP Post method.
- Http
PutError - 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