.gitignore
pyproject.toml
docs/method_based_v2_results.md
docs/performance_test_redesign.md
docs/performance_test_summary.md
docs/state_machine_comparison.md
docs/state_machine_design.md
docs/state_machine_implementation_guide.md
docs/state_machine_poc.py
docs/state_machine_v2_benchmark_results.md
docs/state_machine_v2_final_results.md
restmachine.egg-info/PKG-INFO
restmachine.egg-info/SOURCES.txt
restmachine.egg-info/dependency_links.txt
restmachine.egg-info/requires.txt
restmachine.egg-info/top_level.txt
src/restmachine/__init__.py
src/restmachine/_version.py
src/restmachine/adapters.py
src/restmachine/application.py
src/restmachine/content_renderers.py
src/restmachine/cors.py
src/restmachine/csp.py
src/restmachine/dependencies.py
src/restmachine/error_models.py
src/restmachine/exceptions.py
src/restmachine/metrics.py
src/restmachine/metrics_handler.py
src/restmachine/models.py
src/restmachine/router.py
src/restmachine/server.py
src/restmachine/servers.py
src/restmachine/state_machine.py
src/restmachine/streaming.py
src/restmachine/template_helpers.py
src/restmachine/testing/__init__.py
src/restmachine/testing/drivers.py
src/restmachine/testing/dsl.py
src/restmachine/testing/http_drivers.py
src/restmachine/testing/multi_driver_base.py
tests/__init__.py
tests/conftest.py
tests/test_application_body_parsing.py
tests/test_application_decorators.py
tests/test_application_openapi.py
tests/test_asgi_metrics_autodetect.py
tests/test_asgi_tls.py
tests/test_authentication.py
tests/test_cache_control.py
tests/test_conditional_requests.py
tests/test_content_negotiation.py
tests/test_cors.py
tests/test_csp.py
tests/test_custom_error_handlers.py
tests/test_dependencies_edge_cases.py
tests/test_dependency_scopes.py
tests/test_error_models_fallback.py
tests/test_error_models_pydantic.py
tests/test_exceptions_fallback.py
tests/test_headers.py
tests/test_metrics.py
tests/test_models_edge_cases.py
tests/test_openapi.py
tests/test_options_method.py
tests/test_range_requests.py
tests/test_request_parsing.py
tests/test_router.py
tests/test_startup_dependencies.py
tests/test_status_codes.py
tests/test_template_rendering.py
tests/test_validation.py
tests/framework/README.md
tests/framework/__init__.py
tests/framework/drivers.py
tests/framework/dsl.py
tests/framework/http_drivers.py
tests/framework/multi_driver_base.py
tests/performance/BENCHMARK_OPTIONS.md
tests/performance/OPTIMIZATION_RESULTS.md
tests/performance/README.md
tests/performance/__init__.py
tests/performance/conftest.py
tests/performance/test_state_machine_paths.py
tests/performance/baselines/.gitignore
tests/templates/__init__.py
tests/templates/base.html
tests/templates/extends_base.html
tests/templates/simple.html
tests/templates/unsafe.html
tests/templates/with_loop.html