Lines Matching defs:Request
154 struct Request { struct
155 Request(BlockAllocator &balloc) in Request() argument
186 // Request scheme. For HTTP/2, this is :scheme header field value. argument
189 // Request authority. This is HTTP/2 :authority header field value argument
195 // Request path, including query component. For HTTP/1.1, this is argument
198 StringRef path;
201 StringRef orig_authority;
204 StringRef orig_path;
206 int64_t recv_body_length;
208 size_t unconsumed_body_length;
209 int method;
211 int http_major, http_minor;
215 ConnectProto connect_proto;
219 bool upgrade_request;
221 bool http2_upgrade_seen;
222 bool connection_close;
225 bool http2_expect_body;
229 bool no_authority;
233 bool forwarded_once;