File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
#include < proxygen/lib/http/HeaderConstants.h>
10
10
11
- namespace proxygen { namespace headers {
11
+ namespace proxygen :: headers {
12
12
13
13
const std::string kAuthority (" :authority" );
14
14
const std::string kMethod (" :method" );
@@ -24,4 +24,4 @@ const std::string kMasque("masque");
24
24
const std::string kWebsocketString (" websocket" );
25
25
const std::string kStatus200 (" 200" );
26
26
27
- }} // namespace proxygen::headers
27
+ } // namespace proxygen::headers
Original file line number Diff line number Diff line change 10
10
11
11
#include < string>
12
12
13
- namespace proxygen { namespace headers {
13
+ namespace proxygen :: headers {
14
14
extern const std::string kAuthority ;
15
15
extern const std::string kMethod ;
16
16
extern const std::string kPath ;
@@ -25,4 +25,4 @@ extern const std::string kMasque;
25
25
extern const std::string kWebsocketString ;
26
26
extern const std::string kStatus200 ;
27
27
28
- }} // namespace proxygen::headers
28
+ } // namespace proxygen::headers
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ bool equalsIgnoreCase(folly::StringPiece s1, folly::StringPiece s2) {
44
44
}
45
45
} // namespace
46
46
47
- namespace proxygen { namespace RFC2616 {
47
+ namespace proxygen :: RFC2616 {
48
48
49
49
BodyAllowed isRequestBodyAllowed (folly::Optional<HTTPMethod> method) {
50
50
if (method == HTTPMethod::TRACE) {
@@ -237,4 +237,4 @@ bool acceptsEncoding(const EncodingList& encodings,
237
237
return false ;
238
238
}
239
239
240
- }} // namespace proxygen::RFC2616
240
+ } // namespace proxygen::RFC2616
You can’t perform that action at this time.
0 commit comments