powered by
This is typically data from a form. The parsed data is added as the form element of the request object.
form
mw_urlencoded(type = "application/x-www-form-urlencoded")
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_text()
mw_etag()
mw_json()
mw_log()
mw_multipart()
mw_raw()
mw_static()
mw_text()
# NOT RUN { app <- new_app() app$use(mw_urlencoded()) app # }
Run the code above in your browser using DataLab