We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d909f commit ca7c05eCopy full SHA for ca7c05e
include/bitcoin/network/messages/http/enums/mime_type.hpp
@@ -66,6 +66,7 @@ BCT_API mime_type content_mime_type(const std::string_view& content_type,
66
mime_type default_=mime_type::unknown) NOEXCEPT;
67
BCT_API mime_type content_mime_type(const http::fields& fields,
68
mime_type default_ = mime_type::unknown) NOEXCEPT;
69
+
70
BCT_API mime_type extension_mime_type(const std::string_view& extension,
71
72
BCT_API mime_type file_mime_type(const std::filesystem::path& path,
0 commit comments