Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for 406 (0.17 sec)

  1. docs/batch-jobs/README.md

    ```
    
    ### Real-time 'status' for a batch job
    ```
    mc batch status myminio/ E24HH4nNMcgY5taynaPfxu
    ●∙∙
    Objects:        28766
    Versions:       28766
    Throughput:     3.0 MiB/s
    Transferred:    406 MiB
    Elapsed:        2m14.227222868s
    CurrObjName:    share/doc/xml-core/examples/foo.xmlcatalogs
    ```
    
    ### 'describe' the batch job yaml.
    ```
    mc batch describe myminio/ E24HH4nNMcgY5taynaPfxu
    replicate:
    Plain Text
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Oct 06 06:00:43 GMT 2022
    - 4.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.2.md

    headers are now properly handled as per the HTTP spec.  As a consequence, if
    you had a client that was sending an invalid Content-Type or Accept header to
    the API, in 1.2 you will either receive a 415 or 406 error.
    The only client
    this is known to affect is curl when you use -d with JSON but don't set a
    content type, helpfully sends "application/x-www-urlencoded", which is not
    correct.
    Plain Text
    - Registered: Fri Apr 19 09:05:10 GMT 2024
    - Last Modified: Fri Dec 04 06:36:19 GMT 2020
    - 41.4K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/CacheTest.kt

        assertCached(false, 400)
        assertCached(false, 401)
        assertCached(false, 402)
        assertCached(false, 403)
        assertCached(true, 404)
        assertCached(true, 405)
        assertCached(false, 406)
        assertCached(false, 408)
        assertCached(false, 409)
        // the HTTP spec permits caching 410s, but the RI doesn't.
        assertCached(true, 410)
        assertCached(false, 411)
        assertCached(false, 412)
    Plain Text
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.12.md

        * If the serialization type is application/vnd.kubernetes.protobuf, and protobuf marshaling is not implemented for the requested API resource type, a '406 Not Acceptable is returned'.
        * If the serialization type is 'application/json':
        * If serialization fails, and the original status code was an failure (e.g. 4xx or 5xx), the original status code will be returned.
    Plain Text
    - Registered: Fri Apr 19 09:05:10 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 293.8K bytes
    - Viewed (1)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_FCHOWN ideal-int
    pkg syscall (darwin-arm64), const SYS_FCNTL = 92
    pkg syscall (darwin-arm64), const SYS_FCNTL ideal-int
    pkg syscall (darwin-arm64), const SYS_FCNTL_NOCANCEL = 406
    pkg syscall (darwin-arm64), const SYS_FCNTL_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS_FDATASYNC = 187
    pkg syscall (darwin-arm64), const SYS_FDATASYNC ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_KSEM_TRYWAIT = 403
    pkg syscall (freebsd-arm64), const SYS_KSEM_TRYWAIT ideal-int
    pkg syscall (freebsd-arm64), const SYS_KSEM_UNLINK = 406
    pkg syscall (freebsd-arm64), const SYS_KSEM_UNLINK ideal-int
    pkg syscall (freebsd-arm64), const SYS_KSEM_WAIT = 402
    pkg syscall (freebsd-arm64), const SYS_KSEM_WAIT ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  7. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_KSEM_TRYWAIT = 403 #53466
    pkg syscall (freebsd-riscv64), const SYS_KSEM_TRYWAIT ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_KSEM_UNLINK = 406 #53466
    pkg syscall (freebsd-riscv64), const SYS_KSEM_UNLINK ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_KSEM_WAIT = 402 #53466
    pkg syscall (freebsd-riscv64), const SYS_KSEM_WAIT ideal-int #53466
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg net/http, const StatusMultipleChoices = 300
    pkg net/http, const StatusNoContent = 204
    pkg net/http, const StatusNonAuthoritativeInfo = 203
    pkg net/http, const StatusNotAcceptable = 406
    pkg net/http, const StatusNotFound = 404
    pkg net/http, const StatusNotImplemented = 501
    pkg net/http, const StatusNotModified = 304
    pkg net/http, const StatusOK = 200
    pkg net/http, const StatusPartialContent = 206
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top