Skip to contents

Setup POST endpoint in server function - MUST be called in server

Usage

setup_payload_endpoint(path = "/ingress", session, token = NULL)

Arguments

path

The URL path to handle POST requests (default "/ingress")

session

The Shiny session object

token

Optional authentication token for POST requests

Value

No return value, called for side effects. Registers a POST endpoint handler with the Shiny session that will process incoming requests.