- Sort Score
- Num 10 results
- Language All
Results 291 - 300 of 1,037 for apis (0.08 seconds)
-
cmd/api-headers.go
// avoiding S3’s heuristic-driven issues. // // For MinIO developers, decode S3 metadata with mime.WordDecoder, validate outputs, // report encoding bugs to AWS, and use ASCII-only metadata to ensure reliable S3 API // compatibility. if needsMimeEncoding(v) { // see https://github.com/golang/go/blob/release-branch.go1.24/src/net/mail/message.go#L325 if strings.ContainsAny(v, "\"#$%&'(),.:;<>@[]^`{|}~") {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 8.6K bytes - Click Count (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
<groupId>org.apache.maven</groupId> <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <name>Maven Plugin API</name> <version>2.0</version> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.1</version> <scope>test</scope>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 602 bytes - Click Count (0) -
okhttp-zstd/api/okhttp-zstd.api
Yuri Schimke <******@****.***> 1753986872 +0000
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Thu Jul 31 18:34:32 GMT 2025 - 259 bytes - Click Count (0) -
okhttp-sse/api/okhttp-sse.api
Jesse Wilson <******@****.***> 1759477880 -0400
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Oct 03 07:51:20 GMT 2025 - 1.1K bytes - Click Count (0) -
okhttp-tls/api/okhttp-tls.api
Jesse Wilson <******@****.***> 1645903053 -0500
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sat Feb 26 19:17:33 GMT 2022 - 3.7K bytes - Click Count (0) -
cmd/api-utils_test.go
Harshavardhana <******@****.***> 1641143706 -0800
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Jan 02 17:15:06 GMT 2022 - 1.5K bytes - Click Count (0) -
okhttp-logging-interceptor/api/logging-interceptor.api
Jesse Wilson <******@****.***> 1759850146 -0400
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Oct 07 15:15:46 GMT 2025 - 4.6K bytes - Click Count (0) -
okhttp-brotli/api/okhttp-brotli.api
Yuri Schimke <******@****.***> 1753986872 +0000
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Thu Jul 31 18:34:32 GMT 2025 - 428 bytes - Click Count (0) -
cmd/api-errors.go
if apiErr.Code == "InternalError" { // Make sure to log the errors which we cannot translate // to a meaningful S3 API errors. This is added to aid in // debugging unexpected/unhandled errors. internalLogIf(ctx, err) } return apiErr } // getAPIError provides API Error for input API error code. func getAPIError(code APIErrorCode) APIError { if apiErr, ok := errorCodes[code]; ok { return apiErr
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 93K bytes - Click Count (3) -
cmd/handler-api.go
"net/http" "os" "runtime" "slices" "strconv" "strings" "sync" "time" "github.com/dustin/go-humanize" "github.com/shirou/gopsutil/v3/mem" "github.com/minio/minio/internal/config/api" xioutil "github.com/minio/minio/internal/ioutil" "github.com/minio/minio/internal/logger" "github.com/minio/minio/internal/mcontext" ) type apiConfig struct { mu sync.RWMutex
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 10.4K bytes - Click Count (0)