- Sort Score
- Result 10 results
- Languages All
Results 411 - 420 of 1,178 for notre (0.02 sec)
-
docs/de/docs/tutorial/cookie-params.md
{* ../../docs_src/cookie_params/tutorial001_an_py310.py hl[9] *} /// note | Technische Details `Cookie` ist eine Schwesterklasse von `Path` und `Query`. Sie erbt von derselben gemeinsamen `Param`-Elternklasse.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 1.3K bytes - Viewed (0) -
docs/en/docs/tutorial/first-steps.md
### Step 1: import `FastAPI` { #step-1-import-fastapi } {* ../../docs_src/first_steps/tutorial001.py hl[1] *} `FastAPI` is a Python class that provides all the functionality for your API. /// note | Technical Details `FastAPI` is a class that inherits directly from `Starlette`. You can use all the <a href="https://www.starlette.io/" class="external-link" target="_blank">Starlette</a> functionality with `FastAPI` too.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 11K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/repository/metadata/ArtifactRepositoryMetadata.java
@Override public ArtifactRepository getRepository() { return null; } @Override public void setRepository(ArtifactRepository remoteRepository) { /* * NOTE: Metadata at the g:a level contains a collection of available versions. After merging, we can't tell * which repository provides which version so the metadata manager must not restrict the artifact resolution to
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 3.6K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/PushObserver.kt
* * As a stream ID is scoped to a single HTTP/2 connection, implementations which target multiple * connections should expect repetition of stream IDs. * * Return true to request cancellation of a pushed stream. Note that this does not guarantee * future frames won't arrive on the stream ID. */ interface PushObserver { /** * Describes the request that the server intends to push a response for. *
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 3.6K bytes - Viewed (0) -
docs/em/docs/advanced/middleware.md
app.add_middleware(UnicornMiddleware, some_config="rainbow") ``` `app.add_middleware()` ๐จ ๐ ๏ธ ๐ ๐ฅ โ & ๐ ๐ โ ๐ถโโ๏ธ ๐ ๏ธ. ## ๐ ๏ธ ๐ ๏ธ **FastAPI** ๐ ๐ ๐ ๏ธ โ โ๏ธ ๐ผ, ๐ฅ ๐ ๐ โญ โ โ๏ธ ๐ซ. /// note | ๐ก โน โญ ๐ผ, ๐ ๐ช โ๏ธ `from starlette.middleware.something import SomethingMiddleware`. **FastAPI** ๐ ๐ ๐ ๏ธ `fastapi.middleware` ๐ช ๐, ๐ฉโ๐ป. โ๏ธ ๐ ๐ช ๐ ๏ธ ๐ ๐ โช๏ธโก๏ธ ๐. /// ## `HTTPSRedirectMiddleware`
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/ja/docs/tutorial/encoder.md
ใใใฏJSONๅฝขๅผใฎใใผใฟใๅซใๅคงใใช`str`ใ๏ผๆๅญๅใจใใฆ๏ผ่ฟใใพใใใJSONใจไบๆๆงใฎใใๅคใจใตใใฎๅคใๆใคPythonๆจๆบใฎใใผใฟๆง้ ๏ผไพ๏ผ`dict`๏ผใ่ฟใใพใใ /// note | ๅ่ `jsonable_encoder`ใฏๅฎ้ใซใฏ **FastAPI** ใๅ ้จ็ใซใใผใฟใๅคๆใใใใใซไฝฟ็จใใพใใใใใใใใฏไปใฎๅคใใฎใทใใชใชใงๆ็จใงใใ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Jun 22 14:36:05 UTC 2025 - 1.9K bytes - Viewed (0) -
docs/tls/kubernetes/README.md
items: - key: public.crt path: public.crt - key: private.key path: private.key - key: public.crt path: CAs/public.crt ``` Note that the `secretName` should be same as the secret name created in previous step. Then add the below section under `spec.containers[].volumeMounts[]` ```yaml volumeMounts: - name: secret-volume
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 3K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/IteratorTester.java
* protected Iterator<String> newTargetIterator() { * return actualElements.iterator(); * } * }; * iteratorTester.test(); * iteratorTester.testForEachRemaining(); * } * * <p><b>Note</b>: It is necessary to use {@code IteratorTester.KnownOrder} as shown above, rather * than {@code KnownOrder} directly, because otherwise the code cannot be compiled. * * @author Kevin Bourrillion * @author Chris Povirk
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 4.3K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/manager/DefaultWagonManager.java
*/ @Named @Singleton @Deprecated public class DefaultWagonManager extends org.apache.maven.repository.legacy.DefaultWagonManager implements WagonManager { // NOTE: This must use a different field name than in the super class or IoC has no chance to inject the loggers @Inject private Logger log; @Inject private LegacySupport legacySupport; @Inject
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 6.5K bytes - Viewed (0) -
docs/ko/docs/tutorial/cookie-param-models.md
# ์ฟ ํค ๋งค๊ฐ๋ณ์ ๋ชจ๋ธ ๊ด๋ จ์๋ **์ฟ ํค**๋ค์ ๊ทธ๋ฃน์ด ์๋ ๊ฒฝ์ฐ, **Pydantic ๋ชจ๋ธ**์ ์์ฑํ์ฌ ์ ์ธํ ์ ์์ต๋๋ค. ๐ช ์ด๋ฅผ ํตํด **์ฌ๋ฌ ์์น**์์ **๋ชจ๋ธ์ ์ฌ์ฌ์ฉ** ํ ์ ์๊ณ ๋ชจ๋ ๋งค๊ฐ๋ณ์์ ๋ํ ์ ํจ์ฑ ๊ฒ์ฌ ๋ฐ ๋ฉํ๋ฐ์ดํฐ๋ฅผ ํ ๋ฒ์ ์ ์ธํ ์๋ ์์ต๋๋ค. ๐ /// note | ์ฐธ๊ณ ์ด ๊ธฐ๋ฅ์ FastAPI ๋ฒ์ `0.115.0` ์ดํ๋ถํฐ ์ง์๋ฉ๋๋ค. ๐ค /// /// tip | ํ ๋์ผํ ๊ธฐ์ ์ด `Query`, `Cookie`, ๊ทธ๋ฆฌ๊ณ `Header`์ ์ ์ฉ๋ฉ๋๋ค. ๐ /// ## Pydantic ๋ชจ๋ธ์ ์ฌ์ฉํ ์ฟ ํค **Pydantic ๋ชจ๋ธ**์ ํ์ํ **์ฟ ํค** ๋งค๊ฐ๋ณ์๋ฅผ ์ ์ธํ ๋ค์, ํด๋น ๋งค๊ฐ๋ณ์๋ฅผ `Cookie`๋ก ์ ์ธํฉ๋๋ค:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 12:47:02 UTC 2024 - 3.4K bytes - Viewed (0)