proxygen
HeaderConstants.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2018-present, Facebook, Inc.
3  * All rights reserved.
4  *
5  * This source code is licensed under the BSD-style license found in the
6  * LICENSE file in the root directory of this source tree. An additional grant
7  * of patent rights can be found in the PATENTS file in the same directory.
8  *
9  */
10 #pragma once
11 
12 #include <string>
13 
14 namespace proxygen { namespace headers {
15 extern const std::string kAuthority;
16 extern const std::string kMethod;
17 extern const std::string kPath;
18 extern const std::string kScheme;
19 extern const std::string kStatus;
20 extern const std::string kProtocol;
21 
22 extern const std::string kHttp;
23 extern const std::string kHttps;
24 
25 extern const std::string kWebsocketString;
26 extern const std::string kStatus200;
27 
28 }}
const std::string kProtocol
const std::string kScheme
const std::string kStatus200
const std::string kHttp
const char * string
Definition: Conv.cpp:212
const std::string kStatus
const std::string kPath
const std::string kAuthority
const std::string kWebsocketString
const std::string kMethod
const std::string kHttps