- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 28 for newApp (0.03 sec)
-
okhttp/src/androidMain/kotlin/okhttp3/internal/platform/Android10Platform.kt
} else { // Unable to report via CloseGuard. As a last-ditch effort, send it to the logger. super.logCloseableLeak(message, stackTrace) } } @SuppressLint("NewApi") override fun isCleartextTrafficPermitted(hostname: String): Boolean = NetworkSecurityPolicy.getInstance().isCleartextTrafficPermitted(hostname)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Jul 20 11:25:50 UTC 2025 - 4.5K bytes - Viewed (0) -
docs/de/docs/advanced/middleware.md
In der Dokumentation fΓΌr ASGI-Middlewares von Drittanbietern wird Ihnen wahrscheinlich gesagt, etwa Folgendes zu tun: ```Python from unicorn import UnicornMiddleware app = SomeASGIApp() new_app = UnicornMiddleware(app, some_config="rainbow") ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.3K bytes - Viewed (0) -
docs/em/docs/advanced/middleware.md
π οΈ π« βοΈ β FastAPI βοΈ π π·, π β«οΈ β© π« π. π’, π« π οΈ π π β π¨ π« π± π₯ β. , π§Ύ π₯-π₯³ π« π οΈ π« π π² π¬ π π³ π: ```Python from unicorn import UnicornMiddleware app = SomeASGIApp() new_app = UnicornMiddleware(app, some_config="rainbow") ``` βοΈ FastAPI (π€ π) π π π β«οΈ π β π π π π οΈ π΅ π½ β & π β πβπ¦Ί π· β. π, π βοΈ `app.add_middleware()` (πΌ β). ```Python from fastapi import FastAPI
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.1K bytes - Viewed (0) -
docs/en/docs/advanced/middleware.md
So, in the documentation for third-party ASGI middlewares they will probably tell you to do something like: ```Python from unicorn import UnicornMiddleware app = SomeASGIApp() new_app = UnicornMiddleware(app, some_config="rainbow") ``` But FastAPI (actually Starlette) provides a simpler way to do it that makes sure that the internal middlewares handle server errors and custom exception handlers work properly.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:59:07 UTC 2025 - 4.3K bytes - Viewed (0) -
docs/pt/docs/advanced/middleware.md
EntΓ£o, na documentaΓ§Γ£o de middlewares ASGI de terceiros, eles provavelmente dirΓ£o para vocΓͺ fazer algo como: ```Python from unicorn import UnicornMiddleware app = SomeASGIApp() new_app = UnicornMiddleware(app, some_config="rainbow") ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Wed Oct 30 20:00:22 UTC 2024 - 4.3K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RealConnectionPool.kt
val state = AddressState(address, taskRunner.newQueue(), policy) val newConnectionsNeeded: Int while (true) { val oldMap = this.addressStates val newMap = oldMap + (address to state) if (addressStatesUpdater.compareAndSet(this, oldMap, newMap)) { val oldPolicyMinimumConcurrentCalls = oldMap[address]?.policy?.minimumConcurrentCalls ?: 0
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Jun 03 17:10:08 UTC 2025 - 16.1K bytes - Viewed (0) -
docs/es/docs/advanced/middleware.md
Entonces, en la documentaciΓ³n de middlewares ASGI de terceros probablemente te indicarΓ‘n que hagas algo como: ```Python from unicorn import UnicornMiddleware app = SomeASGIApp() new_app = UnicornMiddleware(app, some_config="rainbow") ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 4.3K bytes - Viewed (0) -
android/guava/src/com/google/common/io/CharSource.java
* * @throws IOException if an I/O error occurs while opening the stream * @since 33.4.0 (but since 22.0 in the JRE flavor) */ @MustBeClosed // If users use this when they shouldn't, we hope that NewApi will catch subsequent Stream calls. @IgnoreJRERequirement public Stream<String> lines() throws IOException { BufferedReader reader = openBufferedStream();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 25.7K bytes - Viewed (0) -
docs/ko/docs/advanced/middlewares.md
μΌλ°μ μΌλ‘ ASGI λ―Έλ€μ¨μ΄λ 첫 λ²μ§Έ μΈμλ‘ ASGI μ±μ λ°λ ν΄λμ€λ€μ λλ€. λ°λΌμ νμ¬ ASGI λ―Έλ€μ¨μ΄ λ¬Έμμμ μΌλ°μ μΌλ‘ λ€μκ³Ό κ°μ΄ μ¬μ©νλλ‘ μλ΄ν κ²μ λλ€. ```Python from unicorn import UnicornMiddleware app = SomeASGIApp() new_app = UnicornMiddleware(app, some_config="rainbow") ``` νμ§λ§ λ΄λΆ λ―Έλ€μ¨μ΄κ° μλ² μ€λ₯λ₯Ό μ²λ¦¬νκ³ μ¬μ©μ μ μ μμΈ μ²λ¦¬κΈ°κ° μ λλ‘ μλνλλ‘ νλ λ κ°λ¨ν λ°©λ²μ μ 곡νλ FastAPI(μ€μ λ‘λ Starlette)κ° μμ΅λλ€. μ΄λ₯Ό μν΄ `app.add_middleware()`λ₯Ό μ¬μ©ν©λλ€(CORSμ μμμμ κ°μ΄). ```Python
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Nov 26 22:35:09 UTC 2024 - 4.6K bytes - Viewed (0) -
android/guava/src/com/google/common/primitives/ImmutableLongArray.java
} } /** * Returns a stream over the values in this array, in order. * * @since 33.4.0 (but since 22.0 in the JRE flavor) */ // If users use this when they shouldn't, we hope that NewApi will catch subsequent stream calls @IgnoreJRERequirement public LongStream stream() { return Arrays.stream(array, start, end); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 22K bytes - Viewed (0)