Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add links to godoc (#183) | Markus Wüstenberg | 2024-06-26 | -0/+8 |
| | | | | | Also add an example for `http.Adapt`. Fixes #182 | |||
* | Add http.Adapt function (#92) | Markus Wüstenberg | 2021-10-08 | -0/+114 |
In the new package `http`, an `Adapt` function converts a `Handler` into a `http.HandlerFunc` from the `http` stdlib package. |