Remove http prefix

This commit is contained in:
Chunting Gu
2019-04-18 13:40:36 +08:00
parent 2ea04b9705
commit e621025cc3
66 changed files with 997 additions and 1047 deletions
-4
View File
@@ -8,8 +8,6 @@ namespace webcc {
// -----------------------------------------------------------------------------
namespace http {
const std::string& UserAgent() {
static std::string s_user_agent = std::string("Webcc/") + WEBCC_VERSION;
return s_user_agent;
@@ -52,8 +50,6 @@ std::string FromExtension(const std::string& extension,
} // namespace media_types
} // namespace http
// -----------------------------------------------------------------------------
const char* DescribeError(Error error) {