1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/nodes
James Thomas 699a22c757 Allow HTTP nodes to handle non-UTF8 content.
Setting UTF-8 as the default body encoding stops us sending binary
content, e.g. audio, which can be decoded into a Buffer.

Use "Content-Type" header to decide whether to decode as UTF-8 or a
Buffer.
2015-10-05 11:53:29 +01:00
..
core Allow HTTP nodes to handle non-UTF8 content. 2015-10-05 11:53:29 +01:00
99-sample.html.demo Expand the non-functional sample to have an input to make it more useful 2014-09-18 17:06:35 +01:00
99-sample.js.demo Reset some changes to sample to be in line with how most of our nodes 2015-01-12 19:11:07 +00:00