seanmonstar / warp

A super-easy, composable, web server framework for warp speeds.
https://seanmonstar.com/post/176530511587/warp
MIT License
9.59k stars 723 forks source link

Add references to `Filter` in documentation #1062

Closed belgoking closed 1 year ago

belgoking commented 1 year ago

A number of functions return structs that (indirectly) implement the Filter trait. After not finding an according reference in the documentation for quite a while, I had to look into the code to actually figure out what was going on. In this pull-request I've added some references to the Filter trait in hope it will help point readers into the right direction.