CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
corehttp/__init__.py
corehttp/_match_conditions.py
corehttp/_version.py
corehttp/credentials.py
corehttp/exceptions.py
corehttp/paging.py
corehttp/py.typed
corehttp/serialization.py
corehttp/settings.py
corehttp.egg-info/PKG-INFO
corehttp.egg-info/SOURCES.txt
corehttp.egg-info/dependency_links.txt
corehttp.egg-info/not-zip-safe
corehttp.egg-info/requires.txt
corehttp.egg-info/top_level.txt
corehttp/instrumentation/__init__.py
corehttp/instrumentation/tracing/__init__.py
corehttp/instrumentation/tracing/_decorator.py
corehttp/instrumentation/tracing/_models.py
corehttp/instrumentation/tracing/_tracer.py
corehttp/instrumentation/tracing/opentelemetry.py
corehttp/instrumentation/tracing/utils.py
corehttp/rest/__init__.py
corehttp/rest/_aiohttp.py
corehttp/rest/_helpers.py
corehttp/rest/_http_response_impl.py
corehttp/rest/_http_response_impl_async.py
corehttp/rest/_httpx.py
corehttp/rest/_requests_basic.py
corehttp/rest/_rest_py3.py
corehttp/runtime/__init__.py
corehttp/runtime/_base.py
corehttp/runtime/_pipeline_client.py
corehttp/runtime/_pipeline_client_async.py
corehttp/runtime/pipeline/__init__.py
corehttp/runtime/pipeline/_base.py
corehttp/runtime/pipeline/_base_async.py
corehttp/runtime/pipeline/_tools.py
corehttp/runtime/pipeline/_tools_async.py
corehttp/runtime/policies/__init__.py
corehttp/runtime/policies/_authentication.py
corehttp/runtime/policies/_authentication_async.py
corehttp/runtime/policies/_base.py
corehttp/runtime/policies/_base_async.py
corehttp/runtime/policies/_distributed_tracing.py
corehttp/runtime/policies/_retry.py
corehttp/runtime/policies/_retry_async.py
corehttp/runtime/policies/_universal.py
corehttp/runtime/policies/_utils.py
corehttp/transport/__init__.py
corehttp/transport/_base.py
corehttp/transport/_base_async.py
corehttp/transport/aiohttp/__init__.py
corehttp/transport/aiohttp/_aiohttp.py
corehttp/transport/httpx/__init__.py
corehttp/transport/httpx/_httpx.py
corehttp/transport/requests/__init__.py
corehttp/transport/requests/_bigger_block_size_http_adapters.py
corehttp/transport/requests/_requests_basic.py
corehttp/utils/__init__.py
corehttp/utils/_enum_meta.py
corehttp/utils/_utils.py
samples/sample_async_pipeline_client.py
samples/sample_pipeline_client.py
samples/sample_tracing.py
tests/conftest.py
tests/rest_client.py
tests/test_authentication.py
tests/test_content_length_checking.py
tests/test_enums.py
tests/test_error_map.py
tests/test_exceptions.py
tests/test_paging.py
tests/test_pipeline.py
tests/test_requests_universal.py
tests/test_rest_context_manager.py
tests/test_rest_headers.py
tests/test_rest_http_request.py
tests/test_rest_http_response.py
tests/test_rest_query.py
tests/test_rest_stream_responses.py
tests/test_retry_policy.py
tests/test_serialization.py
tests/test_settings.py
tests/test_stream_generator.py
tests/test_streaming.py
tests/test_testserver.py
tests/test_tracer_otel.py
tests/test_tracing_decorator.py
tests/test_tracing_policy.py
tests/test_transport.py
tests/test_universal_pipeline.py
tests/test_user_agent_policy.py
tests/test_utils.py
tests/utils.py
tests/async_tests/conftest.py
tests/async_tests/rest_client_async.py
tests/async_tests/test_authentication_async.py
tests/async_tests/test_content_length_checking_async.py
tests/async_tests/test_paging_async.py
tests/async_tests/test_pipeline_async.py
tests/async_tests/test_rest_context_manager_async.py
tests/async_tests/test_rest_headers_async.py
tests/async_tests/test_rest_http_request_async.py
tests/async_tests/test_rest_http_response_async.py
tests/async_tests/test_rest_stream_responses_async.py
tests/async_tests/test_retry_policy_async.py
tests/async_tests/test_streaming_async.py
tests/async_tests/test_testserver_async.py
tests/async_tests/test_tracing_decorator_async.py
tests/async_tests/test_tracing_policy_async.py
tests/async_tests/test_transport_async.py
tests/async_tests/test_universal_http_async.py
tests/perf_tests/__init__.py
tests/perf_tests/_test_base.py
tests/perf_tests/custom_iterator.py
tests/perf_tests/download_binary.py
tests/perf_tests/list_entities_json.py
tests/perf_tests/query_entities_json.py
tests/perf_tests/update_entity_json.py
tests/perf_tests/upload_binary.py
tests/testserver_tests/coretestserver/setup.py
tests/testserver_tests/coretestserver/coretestserver/__init__.py
tests/testserver_tests/coretestserver/coretestserver/test_routes/__init__.py
tests/testserver_tests/coretestserver/coretestserver/test_routes/basic.py
tests/testserver_tests/coretestserver/coretestserver/test_routes/encoding.py
tests/testserver_tests/coretestserver/coretestserver/test_routes/errors.py
tests/testserver_tests/coretestserver/coretestserver/test_routes/headers.py
tests/testserver_tests/coretestserver/coretestserver/test_routes/helpers.py
tests/testserver_tests/coretestserver/coretestserver/test_routes/multipart.py
tests/testserver_tests/coretestserver/coretestserver/test_routes/streams.py
tests/testserver_tests/coretestserver/coretestserver/test_routes/structures.py
tests/testserver_tests/coretestserver/coretestserver/test_routes/urlencoded.py
tests/testserver_tests/coretestserver/coretestserver/test_routes/xml_route.py