[erlang-questions] Erlang mimeparse
Steve Vinoski
vinoski@REDACTED
Wed Sep 24 13:57:11 CEST 2008
Hi, if your code has to deal with HTTP Accept and Content-type headers
and the MIME types and media ranges they specify, you might find the
mimeparse module helpful:
<http://code.google.com/p/mimeparse/>
It's a port to Erlang of Joe Gregorio's original mimeparse.py Python
module, described here:
<http://www.xml.com/pub/a/2005/06/08/restful.html>
Also available in Ruby and PHP, and all available from the first link above.
--steve
More information about the erlang-questions
mailing list