aboutsummaryrefslogtreecommitdiffstats
path: root/askama_hyper/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-30Apply clippy suggestions for 1.67 (#769)Libravatar Dirkjan Ochtman1-1/+1
2022-07-25Implement basic hyper integrationLibravatar René Kijewski1-0/+70
The integration is based on askama_gotham. There is no specific trait to convert an arbitrary T to `hyper::Response`, so I used `From<Template> for hyper::Response`.