Expand description
Contains helper functions for working with HTTP requests and responses.
Functionsยง
- build_
body - Builds a request body by serializing an object using a serializer determined by the RequestType.
- build_
query - Builds a query string by serializing an object.
- build_
request - Builds a Request using the given Endpoint and base URL.
- build_
url - Combines the given base URL, relative path, and optional query parameters into a single Uri.