News

With requests python library it is possible to use OrderedDict to send headers in a specified order. I tried the same with HTTPX. with httpx.Client() as client: ordered_headers = ...