Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ok (0.12 sec)

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

              Interceptor { chain: Interceptor.Chain? ->
                Response.Builder()
                  .request(chain!!.request())
                  .protocol(Protocol.HTTP_1_1)
                  .code(200)
                  .message("OK")
                  .body("a".toResponseBody(null))
                  .build()
              },
            )
            .build()
        val call = client.newCall(Request.Builder().url(server.url("/")).build())
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 56.9K bytes
    - Viewed (0)
  2. docs/bucket/notifications/README.md

    ```
    redis-cli -a yoursecret
    127.0.0.1:6379> monitor
    OK
    ```
    
    Open another terminal and upload a JPEG image into `images` bucket.
    
    ```
    mc cp myphoto.jpg myminio/images
    ```
    
    In the previous terminal, you will now see the operation that MinIO performs on Redis:
    
    ```
    127.0.0.1:6379> monitor
    OK
    1490686879.650649 [0 172.17.0.1:44710] "PING"
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 84K bytes
    - Viewed (2)
Back to top