Skip to content

Commit

Permalink
Updated readme with link to filtered handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlalis committed Dec 8, 2023
1 parent 54666a1 commit ff7eea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ An extremely lightweight HTTP server for the [D programming language](https://dl
- [Prioritises testability](https://andrewlalis.github.io/handy-httpd/guide/testing.html)
- Ships with some handy pre-made request handlers:
- Serve static files with the [FileResolvingHandler](https://andrewlalis.github.io/handy-httpd/guide/handlers/file-resolving-handler.html)
- Apply filters before and after handling requests with the `FilteredHandler`
- Apply filters before and after handling requests with the [FilteredHandler](https://andrewlalis.github.io/handy-httpd/guide/handlers/filtered-handler.html)
- Handle complex URL paths, including path parameters and wildcards, with the [PathHandler](https://andrewlalis.github.io/handy-httpd/guide/handlers/path-handler.html)

## Important Links
Expand Down

0 comments on commit ff7eea7

Please sign in to comment.