about summary refs log tree commit diff stats
path: root/http
Commit message (Collapse)AuthorAgeLines
* Add http.Adapt function (#92)Markus Wüstenberg2021-10-08-0/+156
In the new package `http`, an `Adapt` function converts a `Handler` into a `http.HandlerFunc` from the `http` stdlib package.