From 44f6e7f0130352315cd481cecf391aea63329daf Mon Sep 17 00:00:00 2001
From: andrewlalis
Date: Wed, 27 Sep 2023 16:22:36 -0400
Subject: [PATCH] Added alt text to article image.
---
articles/api-with-handy-httpd.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/articles/api-with-handy-httpd.html b/articles/api-with-handy-httpd.html
index 60b5dcf..5355797 100644
--- a/articles/api-with-handy-httpd.html
+++ b/articles/api-with-handy-httpd.html
@@ -157,7 +157,7 @@
In Handy-Httpd, we've provided a convenient method of adding middleware to the HTTP request handling flow with the HttpRequestFilter
, FilterChain
, and the FilteredRequestHandler
.