Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The aim is to reduce reliance on custom logic in the handlers for every
protocol, eventually outsourcing all of it into `render.Methods`,
leaving each protocol to simply direct calls to the correct template.
|
|
|
|
|
|
|
|
This reverts commit 8ca4861a23ed6f9f0148b548567a1cee14ab48fb.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This moved a bunch of logic out of http and into the asset package,
making it available for gmit too.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BlogHTTPURL and BlogGeminiURL are now used specifically to construct
absolute URLs to their respective endpoints.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|