1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

fix unmatched tag in English info text of httprequest node

This commit is contained in:
Hiroyasu Nishiyama 2019-03-07 10:06:57 +09:00
parent 008b26f329
commit 7074d66f8e

View File

@ -81,7 +81,7 @@
<h4>File Upload</h4>
<p>To perform a file upload, <code>msg.headers["content-type"]</code> should be set to <code>multipart/form-data</code>
and the <code>msg.payload</code> passed to the node must be an object with the following structure:</p>
<pre>{
<pre><code>{
"KEY": {
"value": FILE_CONTENTS,
"options": {