add_body {tower} | R Documentation |
Add a body to a response
Description
Adds a body to a response, if no content type is set, it will be detected
Usage
add_body(res, body)
Arguments
res |
A response builder object |
body |
The body to add |
Value
The response builder object
[Package tower version 0.2.0 Index]