View source: R/mw-urlencoded.R
mw_urlencoded | R Documentation |
This is typically data from a form. The parsed data is added
as the form
element of the request object.
mw_urlencoded(type = "application/x-www-form-urlencoded")
type |
Content type to match before parsing. If it does not match, then the request object is not modified. |
Handler function.
Other middleware:
mw_cgi()
,
mw_cookie_parser()
,
mw_etag()
,
mw_json()
,
mw_log()
,
mw_multipart()
,
mw_range_parser()
,
mw_raw()
,
mw_static()
,
mw_text()
app <- new_app()
app$use(mw_urlencoded())
app
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.