Documentation ¶
Overview ¶
templ: version: v0.2.747
Index ¶
Constants ¶
View Source
const ( // Request header for the user response to an hx-prompt. HeaderPrompt = "HX-Prompt" // Request header that is always “true” for HTMX requests. HeaderRequest = "Hx-Request" )
HTTP request headers
View Source
const StatusStopPolling int = 286
286 Stop Polling
HTTP status code that tells HTMX to stop polling from a server response.
For more info, see https://htmx.org/docs/#load_polling
View Source
const URL = "/.within.website/x/htmx/"
URL is the folder path where the HTMX static files are served from.
Variables ¶
View Source
var ( //go:embed *.js Static embed.FS )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.