You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
scriptform/examples/output_types/README.md

598 B

ScriptForm output example

Output tpyes determine how Scriptform handles the output from a callback. The options are: escaped (default), html and raw. The escaped option wraps the output of the callback in PRE tags and escapes any HTML entities. The html option doesn't, which lets the script include HTML formatting in the output. The raw option directly streams the output of the script to the browser. This allows you to stream images, binary files, etc directly to the browser. The script should include a full HTTP response including appropriate headers.