Searched +full:x +full:- +full:forwarded +full:- +full:proto (Results 1 – 25 of 111) sorted by relevance
12345
| /external/curl/tests/data/ |
| D | test2402 | 11 # Server-side 17 Content-Length: 47 25 Content-Length: 47 33 Content-Length: 47 41 Content-Length: 47 47 # Client-side 74 X-Forwarded-Proto: https 80 X-Forwarded-Proto: https 86 X-Forwarded-Proto: https 92 X-Forwarded-Proto: https
|
| D | test2404 | 11 # Server-side 17 Content-Length: 47 25 Content-Length: 47 33 Content-Length: 47 41 Content-Length: 47 47 # Client-side 74 X-Forwarded-Proto: https 80 X-Forwarded-Proto: https 86 X-Forwarded-Proto: https 92 X-Forwarded-Proto: https
|
| D | test2401 | 12 # Server-side 18 Content-Length: 0 19 Funny-head: yesyes 25 # Client-side 42 -k --http2 "https://%HOSTIP:%HTTP2TLSPORT/%TESTNUMBER" -d "moo" 53 content-length: 0 54 funny-head: yesyes 62 User-Agent: curl/%VERSION 64 Content-Length: 3 65 Content-Type: application/x-www-form-urlencoded [all …]
|
| D | test1701 | 11 # Server-side 16 Server: test-server/fake 17 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT 18 ETag: "21025-dc7-39462498" 19 Accept-Ranges: bytes 20 Content-Length: 6 22 Content-Type: text/html 23 Funny-head: yesyes 25 -foo- 30 # Client-side [all …]
|
| D | test1704 | 11 # Server-side 18 Content-Length: 6 20 Content-Type: text/html 22 -maa- 27 # Client-side 39 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --http2 47 ^X-Forwarded-Proto:.* 53 User-Agent: curl/%VERSION 55 Connection: Upgrade, HTTP2-Settings 57 HTTP2-Settings: AAMAAABkAAQAoAAAAAIAAAAA
|
| D | test1702 | 11 # Server-side 16 Server: test-server/fake 17 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT 18 ETag: "21025-dc7-39462498" 19 Accept-Ranges: bytes 20 Content-Length: 6 22 Content-Type: text/html 23 Funny-head: yesyes 29 # Client-side 42 http://%HOSTIP:%HTTP2PORT/%TESTNUMBER --http2 --head [all …]
|
| D | test2500 | 11 # Server-side 16 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT 17 ETag: "21025-dc7-39462498" 18 Accept-Ranges: bytes 19 Content-Length: 6 21 Content-Type: text/html 22 Funny-head: yesyes 24 -foo- 29 # Client-side 33 nghttpx-h3 [all …]
|
| D | test1700 | 11 # Server-side 16 Server: test-server/fake 17 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT 18 ETag: "21025-dc7-39462498" 19 Accept-Ranges: bytes 20 Content-Length: 6 22 Content-Type: text/html 23 Funny-head: yesyes 25 -foo- 30 Content-Length: 6 [all …]
|
| /external/cldr/tools/scripts/ansible/ |
| D | nginx-playbook.yml | 1 - hosts: surveytool 4 - vars/main.yml 5 - local-vars/local.yml 7 - { role: geerlingguy.nginx } 9 - name: Setup stapler.conf 11 src: templates/nginx-stapler.conf 17 - name: Setup reverse proxy 19 path: /etc/nginx/sites-enabled/default 21 # proxy /cldr-apps/ to openliberty, with generous timeouts 25 location /cldr-apps/ { [all …]
|
| /external/rust/crates/axum/src/extract/ |
| D | host.rs | 7 header::{HeaderMap, FORWARDED}, 11 const X_FORWARDED_HOST_HEADER_KEY: &str = "X-Forwarded-Host"; 16 /// - `Forwarded` header 17 /// - `X-Forwarded-Host` header 18 /// - `Host` header 19 /// - request target / URI 21 /// Note that user agents can set `X-Forwarded-Host` and `Host` headers to arbitrary values so make 33 async fn from_request_parts(parts: &mut Parts, _state: &S) -> Result<Self, Self::Rejection> { in from_request_parts() 63 fn parse_forwarded(headers: &HeaderMap) -> Option<&str> { in parse_forwarded() 64 // if there are multiple `Forwarded` `HeaderMap::get` will return the first one in parse_forwarded() [all …]
|
| /external/AFLplusplus/dictionaries/ |
| D | http.dict | 19 "A-IM" 21 "Accept-Charset" 22 "Accept-Datetime" 23 "Accept-Encoding" 24 "Accept-Language" 25 "Accept-Patch" 26 "Accept-Ranges" 27 "Access-Control-Allow-Credentials" 28 "Access-Control-Allow-Headers" 29 "Access-Control-Allow-Methods" [all …]
|
| /external/oss-fuzz/projects/nginx/fuzz/ |
| D | http_request_fuzzer.dict | 20 "BASELINE-CONTROL" 48 "VERSION-CONTROL" 52 "A-IM" 54 "Accept-Charset" 55 "Accept-Datetime" 56 "Accept-Encoding" 57 "Accept-Language" 58 "Accept-Patch" 59 "Accept-Ranges" 60 "Access-Control-Allow-Credentials" [all …]
|
| /external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/filter/network/http_connection_manager/v2/ |
| D | http_connection_manager.proto | 5 import "envoy/api/v2/core/config_source.proto"; 6 import "envoy/api/v2/core/protocol.proto"; 7 import "envoy/api/v2/route.proto"; 8 import "envoy/api/v2/scoped_route.proto"; 9 import "envoy/config/filter/accesslog/v2/accesslog.proto"; 10 import "envoy/config/trace/v2/http_tracer.proto"; 11 import "envoy/type/percent.proto"; 12 import "envoy/type/tracing/v2/custom_tag.proto"; 14 import "google/protobuf/any.proto"; 15 import "google/protobuf/duration.proto"; [all …]
|
| /external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/extensions/filters/network/http_connection_manager/v3/ |
| D | http_connection_manager.proto | 5 import "envoy/config/accesslog/v3/accesslog.proto"; 6 import "envoy/config/core/v3/address.proto"; 7 import "envoy/config/core/v3/base.proto"; 8 import "envoy/config/core/v3/config_source.proto"; 9 import "envoy/config/core/v3/extension.proto"; 10 import "envoy/config/core/v3/protocol.proto"; 11 import "envoy/config/core/v3/substitution_format_string.proto"; 12 import "envoy/config/route/v3/route.proto"; 13 import "envoy/config/route/v3/scoped_route.proto"; 14 import "envoy/config/trace/v3/http_tracer.proto"; [all …]
|
| /external/guava/android/guava/src/com/google/common/net/ |
| D | HttpHeaders.java | 7 * http://www.apache.org/licenses/LICENSE-2.0 40 /** The HTTP {@code Cache-Control} header field name. */ 41 public static final String CACHE_CONTROL = "Cache-Control"; 42 /** The HTTP {@code Content-Length} header field name. */ 43 public static final String CONTENT_LENGTH = "Content-Length"; 44 /** The HTTP {@code Content-Type} header field name. */ 45 public static final String CONTENT_TYPE = "Content-Type"; 59 /** The HTTP {@code Accept-Charset} header field name. */ 60 public static final String ACCEPT_CHARSET = "Accept-Charset"; 61 /** The HTTP {@code Accept-Encoding} header field name. */ [all …]
|
| /external/guava/guava/src/com/google/common/net/ |
| D | HttpHeaders.java | 7 * http://www.apache.org/licenses/LICENSE-2.0 40 /** The HTTP {@code Cache-Control} header field name. */ 41 public static final String CACHE_CONTROL = "Cache-Control"; 42 /** The HTTP {@code Content-Length} header field name. */ 43 public static final String CONTENT_LENGTH = "Content-Length"; 44 /** The HTTP {@code Content-Type} header field name. */ 45 public static final String CONTENT_TYPE = "Content-Type"; 59 /** The HTTP {@code Accept-Charset} header field name. */ 60 public static final String ACCEPT_CHARSET = "Accept-Charset"; 61 /** The HTTP {@code Accept-Encoding} header field name. */ [all …]
|
| /external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ |
| D | QueryParametersOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/dialogflow/v2/session.proto 31 * [time zone database](https://www.iana.org/time-zones), e.g., 46 * [time zone database](https://www.iana.org/time-zones), e.g., 327 * case-insensitive. Google's specified headers are not allowed. Including: 328 * "Host", "Content-Length", "Connection", "From", "User-Agent", 329 * "Accept-Encoding", "If-Modified-Since", "If-None-Match", "X-Forwarded-For", 345 * case-insensitive. Google's specified headers are not allowed. Including: 346 * "Host", "Content-Length", "Connection", "From", "User-Agent", 347 * "Accept-Encoding", "If-Modified-Since", "If-None-Match", "X-Forwarded-For", [all …]
|
| /external/tensorflow/tensorflow/compiler/xrt/ |
| D | xrt.proto | 5 import "tensorflow/compiler/tf2xla/host_compute_metadata.proto"; 6 import "tensorflow/compiler/xla/service/hlo.proto"; 7 import "tensorflow/compiler/xla/xla.proto"; 8 import "tensorflow/compiler/xla/xla_data.proto"; 13 // The mesh coordinates for the device. Usually (X, Y, Z, Core), in the 15 // X = value(0) 34 // The number of "model-parallel" cores per replica. If this is 42 // The arg/result shapes for each core of a model-parallel 44 // single-core computation. 49 // DeviceAssignment proto. [all …]
|
| /external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
| D | bridge_igmp.sh | 2 # SPDX-License-Identifier: GPL-2.0 119 check_fail $? "Traffic to $TEST_GROUP wasn't forwarded" 135 check_err $? "Traffic to $TEST_GROUP was forwarded without mdb entry" 145 local X=("192.0.2.1" "192.0.2.2" "192.0.2.3") 150 $MZ $host1_if -b $mac -c 1 -B $group -t ip "proto=2,p=$MZPKT_IS_INC" -q 152 bridge -j -d -s mdb show dev br0 \ 153 | jq -e ".[].mdb[] | \ 156 bridge -j -d -s mdb show dev br0 \ 157 | jq -e ".[].mdb[] | \ 161 brmcast_check_sg_entries "is_include" "${X[@]}" [all …]
|
| /external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/route/v3/ |
| D | route_components.proto | 5 import "envoy/config/core/v3/base.proto"; 6 import "envoy/config/core/v3/extension.proto"; 7 import "envoy/config/core/v3/proxy_protocol.proto"; 8 import "envoy/type/matcher/v3/metadata.proto"; 9 import "envoy/type/matcher/v3/regex.proto"; 10 import "envoy/type/matcher/v3/string.proto"; 11 import "envoy/type/metadata/v3/metadata.proto"; 12 import "envoy/type/tracing/v3/custom_tag.proto"; 13 import "envoy/type/v3/percent.proto"; 14 import "envoy/type/v3/range.proto"; [all …]
|
| /external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ |
| D | QueryParametersOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/dialogflow/v2beta1/session.proto 31 * [time zone database](https://www.iana.org/time-zones), e.g., 46 * [time zone database](https://www.iana.org/time-zones), e.g., 396 * If specified for a non-mega-agent query, will be silently ignored. 409 * If specified for a non-mega-agent query, will be silently ignored. 422 * If specified for a non-mega-agent query, will be silently ignored. 435 * If specified for a non-mega-agent query, will be silently ignored. 449 * If specified for a non-mega-agent query, will be silently ignored. 464 * console if there is a conflict. Header names are case-insensitive. [all …]
|
| /external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ |
| D | QueryParametersOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/dialogflow/cx/v3/session.proto 31 * database](https://www.iana.org/time-zones), e.g., America/New_York, 46 * database](https://www.iana.org/time-zones), e.g., America/New_York, 240 * format: $session.params.parameter-id. 268 * format: $session.params.parameter-id. 296 * format: $session.params.parameter-id. 396 * console if there is a conflict. Header names are case-insensitive. 398 * "Content-Length", "Connection", "From", "User-Agent", "Accept-Encoding", 399 * "If-Modified-Since", "If-None-Match", "X-Forwarded-For", etc. [all …]
|
| /external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ |
| D | QueryParametersOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/dialogflow/cx/v3beta1/session.proto 31 * database](https://www.iana.org/time-zones), e.g., America/New_York, 46 * database](https://www.iana.org/time-zones), e.g., America/New_York, 241 * format: $session.params.parameter-id. 269 * format: $session.params.parameter-id. 297 * format: $session.params.parameter-id. 401 * console if there is a conflict. Header names are case-insensitive. 403 * "Content-Length", "Connection", "From", "User-Agent", "Accept-Encoding", 404 * "If-Modified-Since", "If-None-Match", "X-Forwarded-For", etc. [all …]
|
| /external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
| D | SecurityPolicyRuleRateLimitOptionsOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/compute/v1/compute.proto 134 …- ALL: A single rate limit threshold is applied to all the requests matching this rule. This is th… 147 …- ALL: A single rate limit threshold is applied to all the requests matching this rule. This is th… 160 …- ALL: A single rate limit threshold is applied to all the requests matching this rule. This is th… 174 …he following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key val… 186 …he following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key val… 198 …he following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key val…
|
| /external/linux-kselftest/tools/testing/selftests/netfilter/ |
| D | nft_flowtable.sh | 2 # SPDX-License-Identifier: GPL-2.0 7 # Originator (MTU 9000) <-Router1-> MTU 1500 <-Router2-> Responder (MTU 2000) 14 # nft_flowtable.sh -o8000 -l1500 -r2000 17 sfx=$(mktemp -u "XXXXXXXX") 18 ns1="ns1-$sfx" 19 ns2="ns2-$sfx" 20 nsr1="nsr1-$sfx" 21 nsr2="nsr2-$sfx" 23 # Kselftest framework requirement - SKIP code is 4. 31 log_netns=$(sysctl -n net.netfilter.nf_log_all_netns) [all …]
|
12345