Home
last modified time | relevance | path

Searched +full:x +full:- +full:forwarded +full:- +full:proto (Results 1 – 25 of 501) sorted by relevance

12345678910>>...21

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/httputil/
Dreverseproxy.go2 // Use of this source code is governed by a BSD-style
26 "golang.org/x/net/http/httpguts"
37 // Hop-by-hop headers are removed from this request
59 // SetXForwarded sets the X-Forwarded-For, X-Forwarded-Host, and
60 // X-Forwarded-Proto headers of the outbound request.
62 // - The X-Forwarded-For header is set to the client IP address.
63 // - The X-Forwarded-Host header is set to the host name requested
65 // - The X-Forwarded-Proto header is set to "http" or "https", depending
66 // on whether the inbound request was made on a TLS-enabled connection.
68 // If the outbound request contains an existing X-Forwarded-For header,
[all …]
Dreverseproxy_test.go2 // Use of this source code is governed by a BSD-style
33 const fakeHopHeader = "X-Fake-Hop-Header-For-Test"
52 if r.Header.Get("X-Forwarded-For") == "" {
53 t.Errorf("didn't get X-Forwarded-For header")
64 if c := r.Header.Get("Proxy-Connection"); c != "" {
65 t.Errorf("handler got Proxy-Connection header value %q", c)
67 if g, e := r.Host, "some-name"; g != e {
71 w.Header().Set("Trailer", "X-Trailer")
72 w.Header().Set("X-Foo", "bar")
75 w.Header().Add("X-Multi-Value", "foo")
[all …]
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/extensions/filters/network/http_connection_manager/v3/
H A Dhttp_connection_manager.proto5 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 …]
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/filter/network/http_connection_manager/v2/
H A Dhttp_connection_manager.proto5 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 …]
/aosp_15_r20/external/curl/tests/data/
H A Dtest240411 # Server-side
17 Content-Length: 47
25 Content-Length: 47
33 Content-Length: 47
41 Content-Length: 47
47 # Client-side
73 X-Forwarded-Proto: https
79 X-Forwarded-Proto: https
85 X-Forwarded-Proto: https
91 X-Forwarded-Proto: https
H A Dtest240211 # Server-side
17 Content-Length: 47
25 Content-Length: 47
33 Content-Length: 47
41 Content-Length: 47
47 # Client-side
73 X-Forwarded-Proto: https
79 X-Forwarded-Proto: https
85 X-Forwarded-Proto: https
91 X-Forwarded-Proto: https
H A Dtest240112 # Server-side
18 Content-Length: 0
19 Funny-head: yesyes
25 # Client-side
41 -k --http2 "https://%HOSTIP:%HTTP2TLSPORT/%TESTNUMBER" -d "moo"
52 content-length: 0
53 funny-head: yesyes
61 User-Agent: curl/%VERSION
63 Content-Length: 3
64 Content-Type: application/x-www-form-urlencoded
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/extract/
Dhost.rs7 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 …]
/aosp_15_r20/external/cldr/tools/scripts/ansible/
H A Dnginx-playbook.yml1 - 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 …]
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/route/v3/
H A Droute_components.proto5 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 …]
/aosp_15_r20/external/AFLplusplus/dictionaries/
H A Dhttp.dict19 "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 …]
/aosp_15_r20/external/guava/guava/src/com/google/common/net/
H A DHttpHeaders.java7 * 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 …]
/aosp_15_r20/external/guava/android/guava/src/com/google/common/net/
H A DHttpHeaders.java7 * 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 …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/forwarding/
H A Dbridge_igmp.sh2 # 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 …]
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_dsds_utils.py3 # Copyright 2022 - Google
9 # http://www.apache.org/licenses/LICENSE-2.0
100 expected_result: bool = True) -> bool:
126 dds_slot = dds_slot[::-1]
174 turn_off_airplane_mode_in_the_end: bool = False) -> bool:
180 tel_logger: Logger object for telephony proto.
192 wfc_mode: Cellular preferred or Wi-Fi preferred.
193 wifi_network_ssid: SSID of Wi-Fi AP.
194 wifi_network_pass: Password of Wi-Fi AP SSID.
195 turn_off_wifi_in_the_end: True to turn off Wi-Fi and False not to turn
[all …]
/aosp_15_r20/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/
H A DQueryParametersOrBuilder.java8 * 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt.proto5 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 …]
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/
H A DQueryParametersOrBuilder.java8 * 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 …]
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/
H A DQueryParametersOrBuilder.java8 * 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 …]
/aosp_15_r20/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/
H A DQueryParametersOrBuilder.java8 * 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 …]
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/route/
H A Droute_components.proto5 import "envoy/api/v2/core/base.proto";
6 import "envoy/type/matcher/regex.proto";
7 import "envoy/type/matcher/string.proto";
8 import "envoy/type/percent.proto";
9 import "envoy/type/range.proto";
10 import "envoy/type/tracing/v2/custom_tag.proto";
12 import "google/protobuf/any.proto";
13 import "google/protobuf/duration.proto";
14 import "google/protobuf/struct.proto";
15 import "google/protobuf/wrappers.proto";
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/netfilter/
H A Dnft_flowtable.sh2 # 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 …]
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
H A DSecurityPolicyRuleRateLimitOptionsOrBuilder.java8 * 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…
/aosp_15_r20/external/go-cmp/cmp/
H A Dcompare_test.go2 // Use of this source code is governed by a BSD-style
27 "github.com/google/go-cmp/cmp"
28 "github.com/google/go-cmp/cmp/cmpopts"
29 "github.com/google/go-cmp/cmp/internal/flags"
31 pb "github.com/google/go-cmp/cmp/internal/testprotos"
32 ts "github.com/google/go-cmp/cmp/internal/teststructs"
33 foo1 "github.com/google/go-cmp/cmp/internal/teststructs/foo1"
34 foo2 "github.com/google/go-cmp/cmp/internal/teststructs/foo2"
46 // mustParseGolden parses a file as a set of key-value pairs.
84 name := header[len(goldenHeaderPrefix) : len(header)-len("\n")]
[all …]
/aosp_15_r20/packages/services/Car/cpp/evs/manager/1.1/
DHalCamera.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
22 #include <android-base/file.h>
23 #include <android-base/logging.h>
24 #include <android-base/strings.h>
41 // frameworks/proto_logging/stats/atoms.proto in ~HalCamera()
42 mUsageStats->writeStats(); in ~HalCamera()
71 if (!changeFramesInFlight(virtualCamera->getAllowedBuffers())) { in ownVirtualCamera()
81 mUsageStats->updateNumClients(mClients.size()); in ownVirtualCamera()
107 mUsageStats->updateNumClients(mClients.size()); in disownVirtualCamera()
132 mUsageStats->updateNumClients(mClients.size()); in disownVirtualCamera()
[all …]

12345678910>>...21