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