• Creates an HTML response

    Parameters

    • data: string

      HTML data to send in the response body

    • Optional options: ResponseInit

    Returns Response

  • Creates an HTML response from a JSX node

    Parameters

    • node: Node<{}>

      JSX node to render and send in the response body

    • Optional options: ResponseInit

    Returns Response

Generated using TypeDoc