Lines Matching full:path
86 MAKE_NV(":path", "/"),
1848 MAKE_NV(":method", "GET"), MAKE_NV(":path", "/"),
2983 const nghttp2_nv nv1[] = {MAKE_NV(":method", "GET"), MAKE_NV(":path", "/")};
3220 nghttp2_nv malformed_nva[] = {MAKE_NV(":path", "\x01")};
3994 nghttp2_nv malformed_nva[] = {MAKE_NV(":path", "\x01")};
5096 /* Change weight again to test short-path case */
12192 MAKE_NV(":path", "/"), MAKE_NV(":authority", "localhost")};
12194 MAKE_NV(":scheme", "https"), MAKE_NV(":path", "/"),
12198 MAKE_NV(":authority", "localhost"), MAKE_NV(":path", "/"),
12199 MAKE_NV(":path", "/")};
12202 MAKE_NV(":authority", "localhost"), MAKE_NV(":path", "/"),
12206 MAKE_NV(":authority", "localhost"), MAKE_NV(":path", "/"),
12210 MAKE_NV(":authority", "localhost"), MAKE_NV(":path", "/"),
12214 MAKE_NV(":authority", "\x0d\x0alocalhost"), MAKE_NV(":path", "/")};
12218 MAKE_NV(":path", "/")};
12220 MAKE_NV(":path", "*"), MAKE_NV(":scheme", "https"),
12224 MAKE_NV(":method", "GET"), MAKE_NV(":path", "*")};
12226 MAKE_NV(":path", "*"), MAKE_NV(":scheme", "https"),
12230 MAKE_NV(":method", "OPTIONS"), MAKE_NV(":path", "*")};
12232 MAKE_NV(":scheme", "https"), MAKE_NV(":path", "/"),
12236 MAKE_NV(":scheme", "https"), MAKE_NV(":path", "/"),
12243 MAKE_NV(":scheme", "http"), MAKE_NV(":path", "/"),
12337 /* request header has no :path */
12341 /* request header has CONNECT method, but followed by :path */
12346 /* request header has CONNECT method following :path */
12350 /* request header has multiple :path */
12377 /* request header has "*" in :path header field while method is GET.
12378 :path is received before :method */
12383 /* request header has "*" in :path header field while method is GET.
12384 :method is received before :path */
12389 /* OPTIONS method can include "*" in :path header field. :path is
12395 /* OPTIONS method can include "*" in :path header field. :method is
12396 received before :path. */
12429 /* CONNECT method with :protocol requires :path. */
12462 MAKE_NV(":path", "/"), MAKE_NV(":method", "PUT"),
12530 MAKE_NV(":path", "/"), MAKE_NV(":method", "PUT"),
12975 MAKE_NV(":path", "/"),
12982 MAKE_NV(":path", "/"), MAKE_NV(":method", "GET"), MAKE_NV("bar", "buzz")};
13362 MAKE_NV(":path", "/"),