We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623cf5d commit 85a1ebfCopy full SHA for 85a1ebf
src/ghga_service_commons/http/correlation.py
@@ -25,7 +25,7 @@
25
26
CORRELATION_ID_HEADER_NAME = "X-Request-Id"
27
28
-__all__ = ["attach_correlation_id_to_requests"]
+__all__ = ["attach_correlation_id_to_requests", "AsyncClient"]
29
30
31
async def _cid_request_hook(request, generate_correlation_id: bool):
0 commit comments