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.
HttpApp
1 parent 536e4a1 commit 4792be9Copy full SHA for 4792be9
src/a2a/server/apps/__init__.py
@@ -1,7 +1,6 @@
1
"""HTTP application components for the A2A server."""
2
3
-from a2a.server.apps.http_app import HttpApp
4
from a2a.server.apps.starlette_app import A2AStarletteApplication
5
6
7
-__all__ = ['A2AStarletteApplication', 'HttpApp']
+__all__ = ['A2AStarletteApplication']
src/a2a/server/apps/http_app.py
0 commit comments