"description":"Shows you an image. This is a 'raw' output type where the script writes a complete HTTP response to stdout, which is directly streamed to the browser by scriptform.",
"description":"Shows you an image. This is a 'raw' output type where the script writes a complete HTTP response to stdout, which is directly streamed to the browser by scriptform.",
"submit_title":"Show",
"submit_title":"Show",
@ -9,7 +10,8 @@
"output":"raw",
"output":"raw",
"fields":{}
"fields":{}
},
},
"large_bin":{
{
"name":"large_bin",
"title":"Download large binary file",
"title":"Download large binary file",
"description":"Download a large (100mb) binary file. This demonstrated streaming directly to the client of large files.",
"description":"Download a large (100mb) binary file. This demonstrated streaming directly to the client of large files.",
"submit_title":"Download",
"submit_title":"Download",
@ -17,7 +19,8 @@
"output":"raw",
"output":"raw",
"fields":{}
"fields":{}
},
},
"some_html":{
{
"name":"some_html",
"title":"Show some HTML",
"title":"Show some HTML",
"description":"This is the 'html' output type, which allows HTML in the output of scripts. This can be useful to refer to another form after this form is completed, for instance.",
"description":"This is the 'html' output type, which allows HTML in the output of scripts. This can be useful to refer to another form after this form is completed, for instance.",
"submit_title":"Show HTML",
"submit_title":"Show HTML",
@ -25,7 +28,8 @@
"output":"html",
"output":"html",
"fields":{}
"fields":{}
},
},
"escaped":{
{
"name":"escaped",
"title":"Escaped contents (default)",
"title":"Escaped contents (default)",
"description":"This is the 'escaped' output type. It is the default. The HTML entities in the output are escaped properly, and is wrapped in PRE elements.",
"description":"This is the 'escaped' output type. It is the default. The HTML entities in the output are escaped properly, and is wrapped in PRE elements.",