Home
last modified time | relevance | path

Searched refs:RequestReceived (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler.go43 RequestReceived *http.Request member
81 f.RequestReceived = request
121 if f.RequestReceived == nil {
125 if f.RequestReceived.URL.Path != expectURL.Path {
126 …quest path for request %#v, received: %q, expected: %q", f.RequestReceived, f.RequestReceived.URL.…
128 if e, a := expectURL.Query(), f.RequestReceived.URL.Query(); !reflect.DeepEqual(e, a) {
129 t.Errorf("Unexpected query for request %#v, received: %q, expected: %q", f.RequestReceived, a, e)
131 if f.RequestReceived.Method != expectedMethod {
132 t.Errorf("Unexpected method: %q, expected: %q", f.RequestReceived.Method, expectedMethod)
/dports/security/vault/vault-1.8.2/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler.go43 RequestReceived *http.Request member
81 f.RequestReceived = request
121 if f.RequestReceived == nil {
125 if f.RequestReceived.URL.Path != expectURL.Path {
126 …quest path for request %#v, received: %q, expected: %q", f.RequestReceived, f.RequestReceived.URL.…
128 if e, a := expectURL.Query(), f.RequestReceived.URL.Query(); !reflect.DeepEqual(e, a) {
129 t.Errorf("Unexpected query for request %#v, received: %q, expected: %q", f.RequestReceived, a, e)
131 if f.RequestReceived.Method != expectedMethod {
132 t.Errorf("Unexpected method: %q, expected: %q", f.RequestReceived.Method, expectedMethod)
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/client-go-0.16.8/util/testing/
H A Dfake_handler.go43 RequestReceived *http.Request member
81 f.RequestReceived = request
121 if f.RequestReceived == nil {
125 if f.RequestReceived.URL.Path != expectURL.Path {
126 …quest path for request %#v, received: %q, expected: %q", f.RequestReceived, f.RequestReceived.URL.…
128 if e, a := expectURL.Query(), f.RequestReceived.URL.Query(); !reflect.DeepEqual(e, a) {
129 t.Errorf("Unexpected query for request %#v, received: %q, expected: %q", f.RequestReceived, a, e)
131 if f.RequestReceived.Method != expectedMethod {
132 t.Errorf("Unexpected method: %q, expected: %q", f.RequestReceived.Method, expectedMethod)
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler.go43 RequestReceived *http.Request member
81 f.RequestReceived = request
121 if f.RequestReceived == nil {
125 if f.RequestReceived.URL.Path != expectURL.Path {
126 …quest path for request %#v, received: %q, expected: %q", f.RequestReceived, f.RequestReceived.URL.…
128 if e, a := expectURL.Query(), f.RequestReceived.URL.Query(); !reflect.DeepEqual(e, a) {
129 t.Errorf("Unexpected query for request %#v, received: %q, expected: %q", f.RequestReceived, a, e)
131 if f.RequestReceived.Method != expectedMethod {
132 t.Errorf("Unexpected method: %q, expected: %q", f.RequestReceived.Method, expectedMethod)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler.go43 RequestReceived *http.Request member
81 f.RequestReceived = request
121 if f.RequestReceived == nil {
125 if f.RequestReceived.URL.Path != expectURL.Path {
126 …quest path for request %#v, received: %q, expected: %q", f.RequestReceived, f.RequestReceived.URL.…
128 if e, a := expectURL.Query(), f.RequestReceived.URL.Query(); !reflect.DeepEqual(e, a) {
129 t.Errorf("Unexpected query for request %#v, received: %q, expected: %q", f.RequestReceived, a, e)
131 if f.RequestReceived.Method != expectedMethod {
132 t.Errorf("Unexpected method: %q, expected: %q", f.RequestReceived.Method, expectedMethod)
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/client-go/client-go-12.0.0/util/testing/
H A Dfake_handler.go43 RequestReceived *http.Request member
81 f.RequestReceived = request
121 if f.RequestReceived == nil {
125 if f.RequestReceived.URL.Path != expectURL.Path {
126 …quest path for request %#v, received: %q, expected: %q", f.RequestReceived, f.RequestReceived.URL.…
128 if e, a := expectURL.Query(), f.RequestReceived.URL.Query(); !reflect.DeepEqual(e, a) {
129 t.Errorf("Unexpected query for request %#v, received: %q, expected: %q", f.RequestReceived, a, e)
131 if f.RequestReceived.Method != expectedMethod {
132 t.Errorf("Unexpected method: %q, expected: %q", f.RequestReceived.Method, expectedMethod)
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler.go43 RequestReceived *http.Request member
81 f.RequestReceived = request
121 if f.RequestReceived == nil {
125 if f.RequestReceived.URL.Path != expectURL.Path {
126 …quest path for request %#v, received: %q, expected: %q", f.RequestReceived, f.RequestReceived.URL.…
128 if e, a := expectURL.Query(), f.RequestReceived.URL.Query(); !reflect.DeepEqual(e, a) {
129 t.Errorf("Unexpected query for request %#v, received: %q, expected: %q", f.RequestReceived, a, e)
131 if f.RequestReceived.Method != expectedMethod {
132 t.Errorf("Unexpected method: %q, expected: %q", f.RequestReceived.Method, expectedMethod)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler.go43 RequestReceived *http.Request member
81 f.RequestReceived = request
121 if f.RequestReceived == nil {
125 if f.RequestReceived.URL.Path != expectURL.Path {
126 …quest path for request %#v, received: %q, expected: %q", f.RequestReceived, f.RequestReceived.URL.…
128 if e, a := expectURL.Query(), f.RequestReceived.URL.Query(); !reflect.DeepEqual(e, a) {
129 t.Errorf("Unexpected query for request %#v, received: %q, expected: %q", f.RequestReceived, a, e)
131 if f.RequestReceived.Method != expectedMethod {
132 t.Errorf("Unexpected method: %q, expected: %q", f.RequestReceived.Method, expectedMethod)
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/util/testing/
H A Dfake_handler.go43 RequestReceived *http.Request member
81 f.RequestReceived = request
121 if f.RequestReceived == nil {
125 if f.RequestReceived.URL.Path != expectURL.Path {
126 …quest path for request %#v, received: %q, expected: %q", f.RequestReceived, f.RequestReceived.URL.…
128 if e, a := expectURL.Query(), f.RequestReceived.URL.Query(); !reflect.DeepEqual(e, a) {
129 t.Errorf("Unexpected query for request %#v, received: %q, expected: %q", f.RequestReceived, a, e)
131 if f.RequestReceived.Method != expectedMethod {
132 t.Errorf("Unexpected method: %q, expected: %q", f.RequestReceived.Method, expectedMethod)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler.go43 RequestReceived *http.Request member
81 f.RequestReceived = request
121 if f.RequestReceived == nil {
125 if f.RequestReceived.URL.Path != expectURL.Path {
126 …quest path for request %#v, received: %q, expected: %q", f.RequestReceived, f.RequestReceived.URL.…
128 if e, a := expectURL.Query(), f.RequestReceived.URL.Query(); !reflect.DeepEqual(e, a) {
129 t.Errorf("Unexpected query for request %#v, received: %q, expected: %q", f.RequestReceived, a, e)
131 if f.RequestReceived.Method != expectedMethod {
132 t.Errorf("Unexpected method: %q, expected: %q", f.RequestReceived.Method, expectedMethod)
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler.go43 RequestReceived *http.Request member
81 f.RequestReceived = request
121 if f.RequestReceived == nil {
125 if f.RequestReceived.URL.Path != expectURL.Path {
126 …quest path for request %#v, received: %q, expected: %q", f.RequestReceived, f.RequestReceived.URL.…
128 if e, a := expectURL.Query(), f.RequestReceived.URL.Query(); !reflect.DeepEqual(e, a) {
129 t.Errorf("Unexpected query for request %#v, received: %q, expected: %q", f.RequestReceived, a, e)
131 if f.RequestReceived.Method != expectedMethod {
132 t.Errorf("Unexpected method: %q, expected: %q", f.RequestReceived.Method, expectedMethod)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/util/testing/
H A Dfake_handler.go43 RequestReceived *http.Request member
81 f.RequestReceived = request
121 if f.RequestReceived == nil {
125 if f.RequestReceived.URL.Path != expectURL.Path {
126 …quest path for request %#v, received: %q, expected: %q", f.RequestReceived, f.RequestReceived.URL.…
128 if e, a := expectURL.Query(), f.RequestReceived.URL.Query(); !reflect.DeepEqual(e, a) {
129 t.Errorf("Unexpected query for request %#v, received: %q, expected: %q", f.RequestReceived, a, e)
131 if f.RequestReceived.Method != expectedMethod {
132 t.Errorf("Unexpected method: %q, expected: %q", f.RequestReceived.Method, expectedMethod)
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler.go43 RequestReceived *http.Request member
81 f.RequestReceived = request
121 if f.RequestReceived == nil {
125 if f.RequestReceived.URL.Path != expectURL.Path {
126 …quest path for request %#v, received: %q, expected: %q", f.RequestReceived, f.RequestReceived.URL.…
128 if e, a := expectURL.Query(), f.RequestReceived.URL.Query(); !reflect.DeepEqual(e, a) {
129 t.Errorf("Unexpected query for request %#v, received: %q, expected: %q", f.RequestReceived, a, e)
131 if f.RequestReceived.Method != expectedMethod {
132 t.Errorf("Unexpected method: %q, expected: %q", f.RequestReceived.Method, expectedMethod)
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler.go43 RequestReceived *http.Request member
81 f.RequestReceived = request
121 if f.RequestReceived == nil {
125 if f.RequestReceived.URL.Path != expectURL.Path {
126 …quest path for request %#v, received: %q, expected: %q", f.RequestReceived, f.RequestReceived.URL.…
128 if e, a := expectURL.Query(), f.RequestReceived.URL.Query(); !reflect.DeepEqual(e, a) {
129 t.Errorf("Unexpected query for request %#v, received: %q, expected: %q", f.RequestReceived, a, e)
131 if f.RequestReceived.Method != expectedMethod {
132 t.Errorf("Unexpected method: %q, expected: %q", f.RequestReceived.Method, expectedMethod)
/dports/sysutils/terraform/terraform-1.0.11/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler.go43 RequestReceived *http.Request member
81 f.RequestReceived = request
121 if f.RequestReceived == nil {
125 if f.RequestReceived.URL.Path != expectURL.Path {
126 …quest path for request %#v, received: %q, expected: %q", f.RequestReceived, f.RequestReceived.URL.…
128 if e, a := expectURL.Query(), f.RequestReceived.URL.Query(); !reflect.DeepEqual(e, a) {
129 t.Errorf("Unexpected query for request %#v, received: %q, expected: %q", f.RequestReceived, a, e)
131 if f.RequestReceived.Method != expectedMethod {
132 t.Errorf("Unexpected method: %q, expected: %q", f.RequestReceived.Method, expectedMethod)
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Discovery/Test/System.ServiceModel.Discovery/
H A DInspectionBehaviors.cs43 public event PostDispatchMessageReceiveHandler RequestReceived; event in MonoTests.System.ServiceModel.Discovery.InspectionBehavior
76 …inspector.RequestReceived += delegate (ref Message message, IClientChannel channel, InstanceContex… in ApplyDispatchBehavior()
77 if (RequestReceived != null) in ApplyDispatchBehavior()
78 return RequestReceived (ref message, channel, instanceContext); in ApplyDispatchBehavior()
103 public event PostDispatchMessageReceiveHandler RequestReceived; event in MonoTests.System.ServiceModel.Discovery.MessageInspector
122 if (RequestReceived != null) in AfterReceiveRequest()
123 return RequestReceived (ref request, channel, instanceContext); in AfterReceiveRequest()
/dports/www/xsp/xsp-4.5/src/Mono.WebServer.FastCgi/Server/
H A DConnectionProxy.cs38 public event EventHandler RequestReceived { property
39 add { connection.RequestReceived += value; }
40 remove { connection.RequestReceived -= value; }
H A DServerProxy.cs38 public event EventHandler RequestReceived { property
39 add { server.RequestReceived += value; }
40 remove { server.RequestReceived -= value; }
H A DGenericServer.cs53 public event EventHandler RequestReceived; event in Mono.WebServer.FastCgi.GenericServer
201 connection.RequestReceived += RequestReceived; in OnAccept()
/dports/www/xsp/xsp-4.5/src/Mono.WebServer.FastCgi/
H A DServer.cs64 backend.RequestReceived += RequestReceived; in Server()
76 backend.RequestReceived += RequestReceived; in Server()
85 public event EventHandler RequestReceived; event in Mono.FastCgi.Server
/dports/www/py-h2/h2-4.0.0/examples/tornado/
H A Dtornado-server.py20 from h2.events import RequestReceived, DataReceived
63 if isinstance(event, RequestReceived):
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/h2/examples/tornado/
H A Dtornado-server.py20 from h2.events import RequestReceived, DataReceived
63 if isinstance(event, RequestReceived):
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/h2/examples/tornado/
H A Dtornado-server.py20 from h2.events import RequestReceived, DataReceived
63 if isinstance(event, RequestReceived):
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/h2/examples/tornado/
H A Dtornado-server.py20 from h2.events import RequestReceived, DataReceived
63 if isinstance(event, RequestReceived):
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/h2/examples/tornado/
H A Dtornado-server.py20 from h2.events import RequestReceived, DataReceived
63 if isinstance(event, RequestReceived):

1234567