VitessceConfigServerFileRoute | R Documentation |
Class representing a local web server route for a file which needs to support range requests.
Class representing a local web server route for a file which needs to support range requests.
Class representing a local web server route for a file which needs to support range requests.
Class representing a local web server route for a file which needs to support range requests.
path
The path on which the web server should respond to requests using this callback.
file_path
The file to serve.
new()
Create a new server route wrapper object.
VitessceConfigServerFileRoute$new(path, file_path)
path
The route path.
file_path
The file to serve on this route.
A new VitessceConfigServerRangeRoute
object.
create_handlers()
Add handler functions to the Plumber server object to respond on this route.
VitessceConfigServerFileRoute$create_handlers(pr_server)
pr_server
The server instance.
The modified server instance.
clone()
The objects of this class are cloneable with this method.
VitessceConfigServerFileRoute$clone(deep = FALSE)
deep
Whether to make a deep clone.
path
The path on which the web server should respond to requests using this callback.
file_path
The file to serve.
new()
Create a new server route wrapper object.
VitessceConfigServerRangeRoute$new(path, file_path)
path
The route path.
file_path
The file to serve on this route.
A new VitessceConfigServerRangeRoute
object.
create_handlers()
Add handler functions to the Plumber server object to respond on this route.
VitessceConfigServerRangeRoute$create_handlers(pr_server)
pr_server
The server instance.
The modified server instance.
clone()
The objects of this class are cloneable with this method.
VitessceConfigServerRangeRoute$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.