Boost C++ Libraries Home Libraries People FAQ More

Home | Reference | Tutorial | Examples | Design

http/server/mime_types.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  http
namespace  http::server
namespace  http::server::mime_types

Classes

struct  http::server::mime_types::mapping

Functions

std::string http::server::mime_types::extension_to_type (const std::string &extension)
 Convert a file extension into a MIME type.

Variables

http::server::mime_types::mapping http::server::mime_types::mappings []
Copyright © 2003 - 2006 Christopher M. Kohlhoff


Home | Reference | Tutorial | Examples | Design