about summary refs log tree commit diff stats
path: root/http/handler.go
Commit message (Collapse)AuthorAgeLines
* Rename and document fork v1.2.0Alan Pearce33 hours-1/+1
|
* Move module to maragu.dev/gomponents namespace (#215)Markus Wüstenberg2024-10-03-1/+1
| | | | | | | | | | This is a breaking change to move gomponents to my own import namespace. I will obviously be careful with this, test it out in all kinds of scenarios, release betas, etc. But otherwise, because the `Node` interface is so simple and has basically never changed, I don't think this will break much. 🤞 Fixes #200
* Add links to godoc (#183)Markus Wüstenberg2024-06-26-6/+6
| | | | | Also add an example for `http.Adapt`. Fixes #182
* 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.