/ Holds POST content posted from a web client to your apache2 server /
Gets the POST content as a string for the POST field with the given name
function get(string index_name) : string
Returns true if the PostContent has the POST field with the given name
function has(string index_name) : boolean