blob: 7d6e0163db210ac677f8842c93138b55fd9c82c3 [file] [log] [blame]
// Copyright 2015 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <libwebserv/protocol_handler.h>
namespace libwebserv {
const char ProtocolHandler::kHttp[] = "http";
const char ProtocolHandler::kHttps[] = "https";
} // namespace libwebserv