diff --git a/packages/atproto_client/request.py b/packages/atproto_client/request.py index 84648b48..4980d700 100644 --- a/packages/atproto_client/request.py +++ b/packages/atproto_client/request.py @@ -27,7 +27,7 @@ class Response: def _convert_headers_to_dict(headers: httpx.Headers) -> t.Dict[str, str]: - """Converts custom case-insensitive multi-dict of HTTPX to pure dict. + """Converts custom case-insensitive multi-dict of HTTPX to pure dict with lowercased keys. Note: Concatenate headers into a single comma separated value when a key occurs multiple times.