Content-Type def
10 September 2009
04:22
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"). |
Comments
No comments so far.
