Content-Type def

10 September 2009
04:22

By db as Erlang

1 -define(CONTENTTYPE_HTML, "text/html").
2 -define(CONTENTTYPE_XML, "application/xml").
3 -define(CONTENTTYPE_JSON, "application/json").
4 -define(CONTENTTYPE_TXT, "text/plain").

Download Raw Source

Comments

No comments so far.