Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for 200 (0.4 sec)

  1. okhttp/src/test/java/okhttp3/CallTest.kt

            .head()
            .build()
        val response = client.newCall(headRequest).execute()
        assertThat(response.code).isEqualTo(200)
        assertArrayEquals(ByteArray(0), response.body.bytes())
        val getRequest = Request(server.url("/"))
        executeSynchronously(getRequest)
          .assertCode(200)
          .assertBody("abc")
        assertThat(server.takeRequest().sequenceNumber).isEqualTo(0)
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 142.5K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

              .build(),
          )
        assertThat(response.code).isEqualTo(200)
        val recordedRequest = server.takeRequest()
        assertThat(recordedRequest.method).isEqualTo(requestMethod)
      }
    
      @Test
      fun shoutcast() {
        server.enqueue(
          MockResponse.Builder()
            .status("ICY 200 OK")
            .addHeader("Accept-Ranges: none")
            .addHeader("Content-Type: audio/mpeg")
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 131.7K bytes
    - Viewed (0)
  3. cmd/server_test.go

    		0, nil, s.accessKey, s.secretKey, s.signer)
    	c.Assert(err, nil)
    
    	// execute the HTTP request.
    	response, err = s.client.Do(request)
    	c.Assert(err, nil)
    	// assert whether 200 OK response status is obtained.
    	c.Assert(response.StatusCode, http.StatusOK)
    
    	// extract the response body.
    	responseBody, err := io.ReadAll(response.Body)
    	c.Assert(err, nil)
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 108K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/CacheTest.kt

        assertCached(false, 505)
        assertCached(false, 506)
      }
    
      @Test
      fun responseCachingWith1xxInformationalResponse() {
        assertSubsequentResponseCached(102, 200)
        assertSubsequentResponseCached(103, 200)
      }
    
      private fun assertCached(
        shouldWriteToCache: Boolean,
        responseCode: Int,
      ) {
        var expectedResponseCode = responseCode
        server = MockWebServer()
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  5. cmd/object-handlers_test.go

    			}
    			// Since `apiRouter` satisfies `http.Handler` it has a
    			// ServeHTTP to execute the logic of the handler.
    			apiRouter.ServeHTTP(rec, req)
    
    			if rec.Code != 200 {
    				t.Errorf("Test %d: Did not receive a 200 response: %d", i+1, rec.Code)
    			}
    			contentLength = rec.Header().Get("Content-Length")
    		}
    
    		if contentLength != fmt.Sprintf("%d", objectLength(input)) {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 160K bytes
    - Viewed (0)
  6. cmd/object-handlers.go

    	if err != nil {
    		// if object is not found locally, but exists on peer site - proxy
    		// the tagging request to peer site. The response to client will
    		// be 200 with extra header indicating that the request was proxied.
    		if isErrObjectNotFound(err) || isErrVersionNotFound(err) {
    			proxytgts := getProxyTargets(ctx, bucket, object, opts)
    			if !proxytgts.Empty() {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 125K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/popper.min.js.map

    the `flip` modifier.\n   * > You can read more on this at this [issue](https://github.com/FezVrasta/popper.js/issues/373).\n   *\n   * @memberof modifiers\n   * @inner\n   */\n  offset: {\n    /** @prop {number} order=200 - Index used to define the order of execution */\n    order: 200,\n    /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n    enabled: true,\n    /** @prop {ModifierFn} */\n    fn: offset,\n    /** @prop {Number|String} offset=0\n     * The offset value...
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 121K bytes
    - Viewed (2)
  8. cmd/site-replication.go

    					// Log if we took a lot of time.
    					logger.Info("Site replication healing refresh took %.2fs", took)
    				}
    
    				// wait for 200 millisecond, if we are experience lot of I/O
    				waitForLowIO(runtime.GOMAXPROCS(0), 200*time.Millisecond, currentHTTPIO)
    			}
    			healTimer.Reset(siteHealTimeInterval)
    
    		case <-ctx.Done():
    			return
    		}
    	}
    }
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 184.1K bytes
    - Viewed (1)
  9. src/cmd/cgo/internal/test/callback.go

    func stack192()  { var buf [192]byte; use(buf[:]); C.callGoStackCheck() }
    func stack196()  { var buf [196]byte; use(buf[:]); C.callGoStackCheck() }
    func stack200()  { var buf [200]byte; use(buf[:]); C.callGoStackCheck() }
    func stack204()  { var buf [204]byte; use(buf[:]); C.callGoStackCheck() }
    func stack208()  { var buf [208]byte; use(buf[:]); C.callGoStackCheck() }
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri May 12 12:00:02 GMT 2023
    - 111.5K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    maxNumberOfAttribute: {{ (($.Values.global.tracer).stackdriver).maxNumberOfAttribute | default "200" }} # The global default max number of annotation events per span. maxNumberOfAnnotatio: {{ (($.Values.global.tracer).stackdriver).maxNumberOfAnnotatio | default "200" }} # The global default max number of message events per span. maxNumberOfMessageEv: {{ (($.Values.global.tracer).stackdriver).maxNumberOfMessageEv | default "200" }} {{- else if eq .Values.global.proxy.tracer "openCensusAgent" }} {{/* Fill in openCensusAgent...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
Back to top