Description Usage Arguments Value See Also Examples
A one line log entry for every request. The output looks like this:
1 | GET http://127.0.0.1:3000/image 200 3 ms - 4742
|
and contains
the HTTP method,
the full request URL,
the HTTP status code of the response,
how long it took to process the response, in ms,
and the size of the response body, in bytes.
1 |
format |
Log format. Not implemented currently. |
stream |
R connection to log to. Defaults to |
Handler function.
Other middleware:
mw_etag()
,
mw_json()
,
mw_multipart()
,
mw_raw()
,
mw_static()
,
mw_text()
,
mw_urlencoded()
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.