blob: fdaf0223637beb9ad22af6a85fe13bdbcc1a0452 [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