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
@@ -68,8 +68,6 @@ const std::size_t kGzipThreshold = 1400;
// -----------------------------------------------------------------------------
namespace http {
namespace methods {
// HTTP methods (verbs) in string.
@@ -156,8 +154,6 @@ enum class ContentEncoding {
// Return default user agent for HTTP headers.
const std::string& UserAgent();
} // namespace http
// -----------------------------------------------------------------------------
// Client side error codes.