powered by
Adds the raw body, as a raw object to the raw field of the request.
raw
mw_raw(type = "application/octet-stream")
Content type to match. If it does not match, then the request object is not modified.
Handler function.
Other middleware: mw_etag(), mw_json(), mw_log(), mw_multipart(), mw_static(), mw_text(), mw_urlencoded()
mw_etag()
mw_json()
mw_log()
mw_multipart()
mw_static()
mw_text()
mw_urlencoded()
# NOT RUN { app <- new_app() app$use(mw_raw()) app # }
Run the code above in your browser using DataLab