mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
change backquote in info text to <code>...</code>
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
<p>The node will listen on the configured path for requests of a particular type.
|
||||
The path can be fully specified, such as <code>/user</code>, or include
|
||||
named parameters that accept any value, such as <code>/user/:name</code>.
|
||||
When named parameters are used, their actual value in a request can be accessed under `msg.req.params`.</p>
|
||||
When named parameters are used, their actual value in a request can be accessed under <code>msg.req.params</code>.</p>
|
||||
<p>For requests that include a body, such as a POST or PUT, the contents of
|
||||
the request is made available as <code>msg.payload</code>.</p>
|
||||
<p>If the content type of the request can be determined, the body will be parsed to
|
||||
|
Reference in New Issue
Block a user