Added alt text to article image.
This commit is contained in:
parent
8c65a213ad
commit
44f6e7f013
|
@ -157,7 +157,7 @@
|
|||
In Handy-Httpd, we've provided a convenient method of adding middleware to the HTTP request handling flow with the <code>HttpRequestFilter</code>, <code>FilterChain</code>, and the <code>FilteredRequestHandler</code>.
|
||||
</p>
|
||||
<figure>
|
||||
<img src="images/handy-httpd-filter-diagram.webp" style="max-width: 512px;">
|
||||
<img src="images/handy-httpd-filter-diagram.webp" style="max-width: 512px;" alt="Handy-Httpd request filter diagram">
|
||||
<figcaption>An illustration of how an HTTP request is processed by a FilteredRequestHandler: first it goes through all pre-request filters, then the underlying handler, and finally any post-request filters.</figcaption>
|
||||
</figure>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue