index
:
webserver.git
master
Reichwein.IT Webserver
mail@reichwein.it
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libcommon
/
mime.h
blob: c05eb453e9c1ff882e2e1c45b5a61e393b7cfa7c (
plain
)
1
2
3
4
5
#pragma once #include <string> std::string mime_type(const std::string& path);