- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 2,126 for requests (0.14 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/CacheControl.kt
} companion object { /** * Cache control request directives that require network validation of responses. Note that such * requests may be assisted by the cache via conditional GET requests. */ @JvmField val FORCE_NETWORK = commonForceNetwork() /** * Cache control request directives that uses the cache only, even if the cached response isRegistered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 10K bytes - Viewed (0) -
docs/de/docs/help-fastapi.md
**Hinweis**: Wenn Sie das tun, bitte ich Sie, auch anderen zu helfen. π ## Pull Requests prΓΌfen { #review-pull-requests } Sie kΓΆnnen mir helfen, Pull Requests von anderen zu ΓΌberprΓΌfen. Noch einmal, bitte versuchen Sie Ihr Bestes, freundlich zu sein. π€ --- Hier ist, was Sie beachten sollten und wie Sie einen Pull Request ΓΌberprΓΌfen: ### Das Problem verstehen { #understand-the-problem }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Sep 20 15:10:09 UTC 2025 - 16.2K bytes - Viewed (0) -
docs/en/docs/help-fastapi.md
## Review Pull Requests { #review-pull-requests } You can help me review pull requests from others. Again, please try your best to be kind. π€ --- Here's what to keep in mind and how to review a pull request: ### Understand the problem { #understand-the-problem }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 14K bytes - Viewed (0) -
docs/auditlog/auditlog-echo.md
2. Configure audit logging in MinIO with for example: ``` mc admin config set myminio audit_webhook enable=on endpoint=http://localhost:8080 ```
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed May 01 21:31:13 UTC 2024 - 447 bytes - Viewed (0) -
docs/metrics/prometheus/grafana/replication/minio-replication-node.json
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Mon Aug 04 01:46:49 UTC 2025 - 57.5K bytes - Viewed (0) -
docs/works_with_okhttp.md
* β¬οΈ [Moshi](https://github.com/square/moshi): A modern JSON library for Android and Java. * [Ok2Curl](https://github.com/mrmike/Ok2Curl): Convert OkHttp requests into curl logs. * [OkHttp AWS Signer](https://github.com/babbel/okhttp-aws-signer): AWS V4 signing algorithm for OkHttp requests * [okhttp-digest](https://github.com/rburgst/okhttp-digest): A digest authenticator for OkHttp.
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Nov 26 07:59:38 UTC 2025 - 3.8K bytes - Viewed (0) -
docs/uk/docs/tutorial/testing.md
ΠΡΠΊΡΠ»ΡΠΊΠΈ HTTPX ΡΠΎΠ·ΡΠΎΠ±Π»Π΅Π½ΠΈΠΉ Π½Π° ΠΎΡΠ½ΠΎΠ²Ρ Requests, ΠΉΠΎΠ³ΠΎ API Ρ ΡΠ½ΡΡΡΡΠΈΠ²Π½ΠΎ Π·ΡΠΎΠ·ΡΠΌΡΠ»ΠΈΠΌ Π΄Π»Ρ ΡΠΈΡ , Ρ ΡΠΎ Π²ΠΆΠ΅ Π·Π½Π°ΠΉΠΎΠΌΠΈΠΉ Π· Requests. Π ΠΉΠΎΠ³ΠΎ Π΄ΠΎΠΏΠΎΠΌΠΎΠ³ΠΎΡ ΠΠΈ ΠΌΠΎΠΆΠ΅ΡΠ΅ Π²ΠΈΠΊΠΎΡΠΈΡΡΠΎΠ²ΡΠ²Π°ΡΠΈ <a href="https://docs.pytest.org/" class="external-link" target="_blank">pytest</a> Π±Π΅Π·ΠΏΠΎΡΠ΅ΡΠ΅Π΄Π½ΡΠΎ Π· **FastAPI**. ## ΠΠΈΠΊΠΎΡΠΈΡΡΠ°Π½Π½Ρ `TestClient`
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 9.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/TestingCacheLoaders.java
public V load(K key) { return constant; } } /** * Returns a {@code new Object()} for every request, and increments a counter for every request. * An {@code Integer} loader that returns the key for {@code load} requests, and increments the * old value on {@code reload} requests. The load counts are accessible via {@link #getLoadCount} * and {@link #getReloadCount}. */
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Sun Aug 10 19:54:19 UTC 2025 - 5.1K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/BaseRequest.java
import org.apache.maven.api.annotations.Nonnull; import static java.util.Objects.requireNonNull; /** * Base class for requests. * * @since 4.0.0 */ @Experimental abstract class BaseRequest<S extends ProtoSession> implements Request<S> { private final S session; private final RequestTrace trace; protected BaseRequest(@Nonnull S session) { this(session, null);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 1.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/CreateContextRequest.java
*/ package jcifs.internal.smb2.create; import jcifs.Encodable; /** * SMB2 Create Context request interface. This interface defines the contract for * context data included in SMB2 Create requests. * * @author mbechler * */ public interface CreateContextRequest extends Encodable { /** * Get the name of this create context.Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.2K bytes - Viewed (0)