#ifndef MIME_TYPES_HH #define MIME_TYPES_HH #include namespace mime_types { std::string_view from_extension(std::string_view ext); } // namespace mime_types #endif // MIME_TYPES_HH