MACE  1.0.0
 All Classes Namespaces Files Functions Variables Enumerations Defines
libs/rpc/include/mace/rpc/http/mime_types.hpp
00001 //
00002 // mime_types.hpp
00003 // ~~~~~~~~~~~~~~
00004 //
00005 // Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com)
00006 //
00007 // Distributed under the Boost Software License, Version 1.0. (See accompanying
00008 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
00009 //
00010 
00011 #ifndef MACE_RPC_HTTP_MIME_TYPES_HPP
00012 #define MACE_RPC_HTTP_MIME_TYPES_HPP
00013 
00014 #include <string>
00015 
00016 namespace mace { namespace rpc { namespace http { namespace mime_types {
00018     std::string extension_to_type(const std::string& extension);
00019 } } } } // boost::rpc::http::mime_types
00020 
00021 #endif //MACE_RPC_HTTP_MIME_TYPES_HPP