A function that takes a request object and returns either the regular UI
(for GET requests) or an HTTP response (for POST requests). This function
should be passed to shinyApp() as the ui parameter.
Arguments
base_ui
The original UI (tagList, fluidPage, or a function(req) returning UI)
path
The URL path to handle POST requests (default "/ingress")