proxygen
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
HeaderConstants.cpp
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
#include <
proxygen/lib/http/codec/HeaderConstants.h
>
11
12
namespace
proxygen
{
namespace
headers {
13
14
const
std::string
kAuthority
(
":authority"
);
15
const
std::string
kMethod
(
":method"
);
16
const
std::string
kPath
(
":path"
);
17
const
std::string
kScheme
(
":scheme"
);
18
const
std::string
kStatus
(
":status"
);
19
const
std::string
kProtocol
(
":protocol"
);
20
21
const
std::string
kHttp
(
"http"
);
22
const
std::string
kHttps
(
"https"
);
23
24
const
std::string
kWebsocketString
(
"websocket"
);
25
const
std::string
kStatus200
(
"200"
);
26
27
}}
proxygen::headers::kProtocol
const std::string kProtocol
proxygen::headers::kScheme
const std::string kScheme
proxygen::headers::kStatus200
const std::string kStatus200
proxygen::headers::kHttp
const std::string kHttp
HeaderConstants.h
string
const char * string
Definition:
Conv.cpp:212
proxygen::headers::kStatus
const std::string kStatus
proxygen
Definition:
ExMessageHandler.h:14
proxygen::headers::kPath
const std::string kPath
proxygen::headers::kAuthority
const std::string kAuthority
proxygen::headers::kWebsocketString
const std::string kWebsocketString
proxygen::headers::kMethod
const std::string kMethod
proxygen::headers::kHttps
const std::string kHttps
proxygen
lib
http
codec
HeaderConstants.cpp
Generated by
1.8.11