Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 86 for Response_ (0.26 sec)

  1. src/net/http/client_test.go

    		}
    	}
    }
    
    // issue15577Tripper returns a Response with a redirect response
    // header and doesn't populate its Response.Request field.
    type issue15577Tripper struct{}
    
    func (issue15577Tripper) RoundTrip(*Request) (*Response, error) {
    	resp := &Response{
    		StatusCode: 303,
    		Header:     map[string][]string{"Location": {"http://www.example.com/"}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:30:50 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

                }
                else {
                    SmbComOpenAndXResponse response = new SmbComOpenAndXResponse(config);
                    h.send(new SmbComOpenAndX(config, uncPath, access, sharing, flags, attrs, null), response);
                    this.fileLocator.updateType(response.getFileType());
                    info = response;
                    fileSize = response.getDataSize();
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (1)
  3. pilot/pkg/model/telemetry_logging_test.go

    				},
    				Filter: &tpb.AccessLogging_Filter{
    					Expression: "response.code >= 400",
    				},
    			},
    		},
    	}
    	code500filter := &tpb.Telemetry{
    		AccessLogging: []*tpb.AccessLogging{
    			{
    				Providers: []*tpb.ProviderRef{
    					{
    						Name: "envoy-json",
    					},
    				},
    				Filter: &tpb.AccessLogging_Filter{
    					Expression: "response.code >= 500",
    				},
    			},
    		},
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
  4. cmd/test-utils_test.go

    	// HEAD HTTP Request doesn't contain body in its response,
    	// for other type of HTTP requests compare the response body content with the expected one.
    	if req.Method != http.MethodHead {
    		// read the response body.
    		actualContent, err := io.ReadAll(rec.Body)
    		if err != nil {
    			t.Fatalf("MinIO %s: Failed parsing response body: <ERROR> %v", instanceType, err)
    		}
    
    		actualError := &APIErrorResponse{}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 76.9K bytes
    - Viewed (0)
  5. pkg/kubelet/server/server_test.go

    }
    
    type fakeAuth struct {
    	authenticateFunc func(*http.Request) (*authenticator.Response, bool, error)
    	attributesFunc   func(user.Info, *http.Request) authorizer.Attributes
    	authorizeFunc    func(authorizer.Attributes) (authorized authorizer.Decision, reason string, err error)
    }
    
    func (f *fakeAuth) AuthenticateRequest(req *http.Request) (*authenticator.Response, bool, error) {
    	return f.authenticateFunc(req)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    	"remainingItemCount": "remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
  7. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // identical to the value in the first response, unless you have received this token from an error
      // message.
      optional string continue = 3;
    
      // remainingItemCount is the number of subsequent items in the list which are not included in this
      // list response. If the list request contained label or field selectors, then the number of
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // identical to the value in the first response, unless you have received this token from an error
      // message.
      optional string continue = 3;
    
      // remainingItemCount is the number of subsequent items in the list which are not included in this
      // list response. If the list request contained label or field selectors, then the number of
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  9. src/vendor/golang.org/x/net/dns/dnsmessage/message.go

    		bits |= headerBitAA
    	}
    	if m.Response {
    		bits |= headerBitQR
    	}
    	if m.AuthenticData {
    		bits |= headerBitAD
    	}
    	if m.CheckingDisabled {
    		bits |= headerBitCD
    	}
    	return
    }
    
    // GoString implements fmt.GoStringer.GoString.
    func (m *Header) GoString() string {
    	return "dnsmessage.Header{" +
    		"ID: " + printUint16(m.ID) + ", " +
    		"Response: " + printBool(m.Response) + ", " +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 69K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// identical to the value in the first response, unless you have received this token from an error
    	// message.
    	Continue string `json:"continue,omitempty" protobuf:"bytes,3,opt,name=continue"`
    
    	// remainingItemCount is the number of subsequent items in the list which are not included in this
    	// list response. If the list request contained label or field selectors, then the number of
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
Back to top