| mw_etag {presser} | R Documentation |
Etag header to the responseMiddleware that add an Etag header to the response
mw_etag(algorithm = "crc32")
algorithm |
Checksum algorithm to use. Only |
Handler function.
Other middleware:
mw_json(),
mw_log(),
mw_multipart(),
mw_raw(),
mw_static(),
mw_text(),
mw_urlencoded()
app <- new_app()
app$use(mw_etag())
app