powered by
Adds the parsed object as the text element of the request object.
text
mw_text(default_charset = "utf-8", type = "text/plain")
Encoding to set on the text.
Content type to match before parsing. 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_raw(), mw_static(), mw_urlencoded()
mw_etag()
mw_json()
mw_log()
mw_multipart()
mw_raw()
mw_static()
mw_urlencoded()
# NOT RUN { app <- new_app() app$use(mw_text()) app # }
Run the code above in your browser using DataLab