Lines Matching refs:BRILLO_EXPORT
26 BRILLO_EXPORT extern const char kOptions[];
27 BRILLO_EXPORT extern const char kGet[];
28 BRILLO_EXPORT extern const char kHead[];
29 BRILLO_EXPORT extern const char kPost[];
30 BRILLO_EXPORT extern const char kPut[];
31 BRILLO_EXPORT extern const char kPatch[]; // Non-standard HTTP/1.1 verb
32 BRILLO_EXPORT extern const char kDelete[];
33 BRILLO_EXPORT extern const char kTrace[];
34 BRILLO_EXPORT extern const char kConnect[];
35 BRILLO_EXPORT extern const char kCopy[]; // Non-standard HTTP/1.1 verb
36 BRILLO_EXPORT extern const char kMove[]; // Non-standard HTTP/1.1 verb
41 BRILLO_EXPORT extern const char kAccept[];
42 BRILLO_EXPORT extern const char kAcceptCharset[];
43 BRILLO_EXPORT extern const char kAcceptEncoding[];
44 BRILLO_EXPORT extern const char kAcceptLanguage[];
45 BRILLO_EXPORT extern const char kAllow[];
46 BRILLO_EXPORT extern const char kAuthorization[];
47 BRILLO_EXPORT extern const char kCacheControl[];
48 BRILLO_EXPORT extern const char kConnection[];
49 BRILLO_EXPORT extern const char kContentEncoding[];
50 BRILLO_EXPORT extern const char kContentLanguage[];
51 BRILLO_EXPORT extern const char kContentLength[];
52 BRILLO_EXPORT extern const char kContentLocation[];
53 BRILLO_EXPORT extern const char kContentMd5[];
54 BRILLO_EXPORT extern const char kContentRange[];
55 BRILLO_EXPORT extern const char kContentType[];
56 BRILLO_EXPORT extern const char kCookie[];
57 BRILLO_EXPORT extern const char kDate[];
58 BRILLO_EXPORT extern const char kExpect[];
59 BRILLO_EXPORT extern const char kExpires[];
60 BRILLO_EXPORT extern const char kFrom[];
61 BRILLO_EXPORT extern const char kHost[];
62 BRILLO_EXPORT extern const char kIfMatch[];
63 BRILLO_EXPORT extern const char kIfModifiedSince[];
64 BRILLO_EXPORT extern const char kIfNoneMatch[];
65 BRILLO_EXPORT extern const char kIfRange[];
66 BRILLO_EXPORT extern const char kIfUnmodifiedSince[];
67 BRILLO_EXPORT extern const char kLastModified[];
68 BRILLO_EXPORT extern const char kMaxForwards[];
69 BRILLO_EXPORT extern const char kPragma[];
70 BRILLO_EXPORT extern const char kProxyAuthorization[];
71 BRILLO_EXPORT extern const char kRange[];
72 BRILLO_EXPORT extern const char kReferer[];
73 BRILLO_EXPORT extern const char kTE[];
74 BRILLO_EXPORT extern const char kTrailer[];
75 BRILLO_EXPORT extern const char kTransferEncoding[];
76 BRILLO_EXPORT extern const char kUpgrade[];
77 BRILLO_EXPORT extern const char kUserAgent[];
78 BRILLO_EXPORT extern const char kVia[];
79 BRILLO_EXPORT extern const char kWarning[];
84 BRILLO_EXPORT extern const char kAcceptRanges[];
85 BRILLO_EXPORT extern const char kAge[];
86 BRILLO_EXPORT extern const char kAllow[];
87 BRILLO_EXPORT extern const char kCacheControl[];
88 BRILLO_EXPORT extern const char kConnection[];
89 BRILLO_EXPORT extern const char kContentEncoding[];
90 BRILLO_EXPORT extern const char kContentLanguage[];
91 BRILLO_EXPORT extern const char kContentLength[];
92 BRILLO_EXPORT extern const char kContentLocation[];
93 BRILLO_EXPORT extern const char kContentMd5[];
94 BRILLO_EXPORT extern const char kContentRange[];
95 BRILLO_EXPORT extern const char kContentType[];
96 BRILLO_EXPORT extern const char kDate[];
97 BRILLO_EXPORT extern const char kETag[];
98 BRILLO_EXPORT extern const char kExpires[];
99 BRILLO_EXPORT extern const char kLastModified[];
100 BRILLO_EXPORT extern const char kLocation[];
101 BRILLO_EXPORT extern const char kPragma[];
102 BRILLO_EXPORT extern const char kProxyAuthenticate[];
103 BRILLO_EXPORT extern const char kRetryAfter[];
104 BRILLO_EXPORT extern const char kServer[];
105 BRILLO_EXPORT extern const char kSetCookie[];
106 BRILLO_EXPORT extern const char kTrailer[];
107 BRILLO_EXPORT extern const char kTransferEncoding[];
108 BRILLO_EXPORT extern const char kUpgrade[];
109 BRILLO_EXPORT extern const char kVary[];
110 BRILLO_EXPORT extern const char kVia[];
111 BRILLO_EXPORT extern const char kWarning[];
112 BRILLO_EXPORT extern const char kWwwAuthenticate[];
214 class BRILLO_EXPORT Request final {
340 class BRILLO_EXPORT Response final {