operations
get_req_client(headers=default_headers, timeout=None)
Return a customized HTTPX client.
Source code in src/red_utils/ext/httpx_utils/operations.py
make_request(client=None, url=None, method='GET', headers=None, timeout=None, data=None)
Make a request with HTTPX.
Source code in src/red_utils/ext/httpx_utils/operations.py
merge_headers(original_headers=default_headers, update_vals=None)
Merge header dicts into new headers dict.