about summary refs log tree commit diff stats
path: root/http/handler_test.go
Commit message (Collapse)AuthorAgeLines
* Add links to godoc (#183)Markus Wüstenberg2024-06-26-0/+8
| | | | | Also add an example for `http.Adapt`. Fixes #182
* Add http.Adapt function (#92)Markus Wüstenberg2021-10-08-0/+114
In the new package `http`, an `Adapt` function converts a `Handler` into a `http.HandlerFunc` from the `http` stdlib package.