add_http_layer | R Documentation |
Add an HTTP layer to a tower. This layer will be called before the 'shiny' app's httpHandler.
add_http_layer(tower, layer)
tower |
A tower |
layer |
A function that takes a request and returns either
a response. A layer can short circuit by returning a response
directly or call the next layer will |
The tower with the added layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.