REBOL [
Title: "Content-Type"
Date: 3-Jul-2002
Name: Content-Type
Version: 1.0.0
File: %Content-Type.r
Author: "Andrew Martin"
Purpose: "Prints Content-type header for cgi."
Email: Al.Bri@xtra.co.nz
Web: http://valley.150m.com
Category: [cgi 1]
]
Content-Type: func ['Mime [path!]] [print ["Content-Type:" :Mime "^/"]]