Module http

Module http 

Source
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.