Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 356 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 356 Bytes

go-htmx

Minimalistic go library for htmx

This library contains string constants and documentation for HTTP headers used by htmx.

Why?

It is already easy to support htmx in a go backend. We only need to add a few HTTP headers, and we don't need a fancy library for that. This library exists to provide those headers as documented string constants.