Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for payload (0.18 sec)

  1. cmd/storage-rest-server.go

    	endpoint Endpoint
    }
    
    var (
    	storageCheckPartsRPC       = grid.NewSingleHandler[*CheckPartsHandlerParams, grid.NoPayload](grid.HandlerCheckParts, func() *CheckPartsHandlerParams { return &CheckPartsHandlerParams{} }, grid.NewNoPayload)
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 44.8K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    This change fixes a [CSRF](https://en.wikipedia.org/wiki/Cross-site_request_forgery) security vulnerability when using cookies for authentication in path operations with JSON payloads sent by browsers.
    
    In versions lower than `0.65.2`, FastAPI would try to read the request payload as JSON even if the `content-type` header sent was not set to `application/json` or a compatible JSON media type (e.g. `application/geo+json`).
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
  3. RELEASE.md

            control Tensor-Float-32 evaluation in RNNs.
        *   Added a 'experimental_payloads' field to tf.errors.OpError and its
            subclasses to support more detailed error reporting. This is inspired
            from Abseil Status payloads:
            https://github.com/abseil/abseil-cpp/blob/master/absl/status/status.h
    
    *   `tf.summary`:
    
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top