busao
    Preparing search index...
    • Responds with support for no client-side JavaScript.

      Parameters

      • i18n: i18n

        The internationalisation object.

      • request: Request

        The request to the associated endpoint.

      • body: string

        The HTML to be returned by the request.

      • status: number = 200

        The status code of the request.

      Returns Response

      • An HTML response containing the chunk of HTML specified in case HTMX is enabled, enabling reactive behaviour.
      • A semantic HTML page in case HTMX is disabled.