Documentation
¶
Index ¶
Constants ¶
View Source
const ( // HXRequestHeader is the header that indicates that the request is an htmx request. HXRequestHeader = "HX-Request" // HXHistoryRestoreRequestHeader is the header that indicates that the request is a history restore request. HXHistoryRestoreRequestHeader = "HX-History-Restore-Request" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler interface {
Register(*gin.RouterGroup)
}
Click to show internal directories.
Click to hide internal directories.