From 514ca03c06257ca35ae52f5daf2ea7dc1585ed94 Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Thu, 9 Apr 2026 15:08:32 -0600 Subject: [PATCH] chore(templates/README): update handler names re: #145 Signed-off-by: Vaughn Dice --- README.md | 2 +- templates/http-py/content/app.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 171cb34..5573841 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ cat >app.py < Response: return Response( 200, diff --git a/templates/http-py/content/app.py b/templates/http-py/content/app.py index 0ac600e..d240f1c 100644 --- a/templates/http-py/content/app.py +++ b/templates/http-py/content/app.py @@ -1,6 +1,6 @@ from spin_sdk.http import Handler, Request, Response -class WasiHttpHandler030Rc20260315(Handler): +class HttpHandler(Handler): async def handle_request(self, request: Request) -> Response: return Response( 200,