Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for statusText (0.11 sec)

  1. cmd/object-handlers.go

    			Event:     "scanner:manyversions",
    			APIName:   "PutObject",
    			Bucket:    objInfo.Bucket,
    			Object:    objInfo.Name,
    			VersionID: objInfo.VersionID,
    			Status:    http.StatusText(http.StatusOK),
    		})
    	}
    
    	// Do not send checksums in events to avoid leaks.
    	hash.TransferChecksumHeader(w, r)
    	writeSuccessResponseHeadersOnly(w)
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 05 05:16:15 UTC 2024
    - 117.4K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/jquery-3.7.1.min.map

    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:07:52 UTC 2024
    - 131.6K bytes
    - Viewed (0)
  3. fastapi/openapi/utils.py

                                .setdefault("schema", {})
                            )
                            deep_dict_update(additional_schema, additional_field_schema)
                        status_text: Optional[str] = status_code_ranges.get(
                            str(additional_status_code).upper()
                        ) or http.client.responses.get(int(additional_status_code))
                        description = (
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Sep 17 18:54:10 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg net/http, func ServeContent(ResponseWriter, *Request, string, time.Time, io.ReadSeeker)
    pkg net/http, func ServeFile(ResponseWriter, *Request, string)
    pkg net/http, func SetCookie(ResponseWriter, *Cookie)
    pkg net/http, func StatusText(int) string
    pkg net/http, func StripPrefix(string, Handler) Handler
    pkg net/http, func TimeoutHandler(Handler, time.Duration, string) Handler
    pkg net/http, method (*Client) Do(*Request) (*Response, error)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top