proxygen
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
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
}}
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
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.h
Generated by
1.8.11