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