- Sort Score
- Result 10 results
- Languages All
Results 1131 - 1140 of 1,547 for Starlet (0.13 sec)
-
docs/em/docs/tutorial/handling-errors.md
```Python hl_lines="14" {!../../docs_src/handling_errors/tutorial002.py!} ``` ## โ ๐ โ ๐โ๐ฆบ ๐ ๐ช ๐ฎ ๐ โ ๐โ๐ฆบ โฎ๏ธ <a href="https://www.starlette.io/exceptions/" class="external-link" target="_blank">๐ โ ๐ โช๏ธโก๏ธ ๐</a>. โก๏ธ ๐ฌ ๐ โ๏ธ ๐ โ `UnicornException` ๐ ๐ (โ๏ธ ๐ ๐ โ๏ธ) ๐ช `raise`. & ๐ ๐ ๐ต ๐ โ ๐ โฎ๏ธ FastAPI. ๐ ๐ช ๐ฎ ๐ โ ๐โ๐ฆบ โฎ๏ธ `@app.exception_handler()`:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.3K bytes - Viewed (0) -
docs/ko/docs/tutorial/metadata.md
td><code>str</code></td><td><strong>ํ์</strong> (<code>license_info</code>๊ฐ ์ค์ ๋ ๊ฒฝ์ฐ). API์ ์ฌ์ฉ๋ ๋ผ์ด์ ์ค ์ด๋ฆ์ ๋๋ค.</td></tr><tr><td><code>identifier</code></td><td><code>str</code></td><td>API์ ๋ํ <a href="https://spdx.org/licenses/" class="external-link" target="_blank">SPDX</a> ๋ผ์ด์ ์ค ํํ์ ๋๋ค. <code>identifier</code> ํ๋๋ <code>url</code> ํ๋์ ์ํธ ๋ฐฐํ์ ์ ๋๋ค. <small>OpenAPI 3.1.0, FastAPI 0.99.0๋ถํฐ ์ฌ์ฉ ๊ฐ๋ฅ</small></td></tr><tr><td><code>url</code></td><td><code>str</code></td><td>API์ ์ฌ์ฉ๋ ๋ผ์ด์ ์ค์ URL์ ๋๋ค. URL ํ์์ด์ด์ผ ํฉ๋๋ค...
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Oct 29 10:36:06 UTC 2024 - 6.5K bytes - Viewed (0) -
internal/http/headers.go
MinIOSourceReplicationCheck = "X-Minio-Source-Replication-Check" // Header indicates replication reset status. MinIOReplicationResetStatus = "X-Minio-Replication-Reset-Status" // Header indicating target cluster can receive delete marker replication requests because object has been replicated MinIOTargetReplicationReady = "X-Minio-Replication-Ready" // Header asking if cluster can receive delete marker replication request now.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Aug 28 15:31:56 UTC 2024 - 10.4K bytes - Viewed (0) -
docs/de/docs/benchmarks.md
Beim Ansehen von Benchmarks und Vergleichen sollten Sie jedoch Folgende Punkte beachten.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Jan 23 16:04:13 UTC 2024 - 3.9K bytes - Viewed (0) -
docs/ja/docs/tutorial/security/first-steps.md
## `main.py`ใไฝๆ `main.py`ใซใไธ่จใฎไพใใณใใผใใพใ: ```Python {!../../docs_src/security/tutorial001.py!} ``` ## ๅฎ่ก /// info | "ๆ ๅ ฑ" ใพใ<a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>ใใคใณในใใผใซใใพใใ ไพใใฐใ`pip install python-multipart`ใ ใใใฏใ**OAuth2**ใ `ใฆใผใถใผๅ` ใ `ใในใฏใผใ` ใ้ไฟกใใใใใซใใใใฉใผใ ใใผใฟใใไฝฟใใใใงใใ /// ไพใๅฎ่กใใพใ: <div class="termy"> ```console
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.5K bytes - Viewed (0) -
docs/ja/docs/tutorial/cors.md
# CORS (ใชใชใธใณ้ใชใฝใผในๅ ฑๆ) <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS" class="external-link" target="_blank">CORSใพใใฏใใชใชใธใณ้ใชใฝใผในๅ ฑๆใ</a> ใฏใใใฉใฆใถใงๅฎ่กใใใฆใใใใญใณใใจใณใใซใใใฏใจใณใใจ้ไฟกใใJavaScriptใณใผใใใใใใใฎใใใฏใจใณใใใใญใณใใจใณใใจใฏ็ฐใชใใใชใชใธใณใใซใใ็ถๆณใๆใใพใใ ## ใชใชใธใณ ใชใชใธใณใฏใใญใใณใซ (`http`ใ`https`) ใจใใกใคใณ (`myapp.com`ใ`localhost`ใ`localhost.tiangolo.com`) ใจใใผใ (`80`ใ`443`ใ`8080`) ใฎ็ตใฟๅใใใงใใ ใใใใฃใฆใไปฅไธใฏใในใฆ็ฐใชใใชใชใธใณใงใ: * `http://localhost` * `https://localhost`
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.3K bytes - Viewed (0) -
src/README.vendor
go get golang.org/x/net@master go mod tidy go mod vendor Use caution when passing '-u' to 'go get'. The '-u' flag updates modules providing all transitively imported packages, not only the module providing the target package. Note that 'go mod vendor' only copies packages that are transitively imported by packages in the current module. If a new package is needed,
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Sep 30 19:15:39 UTC 2024 - 2.4K bytes - Viewed (0) -
cni/pkg/nodeagent/netns_linux.go
containedCall := func() error { threadNS, err := netns.GetCurrentNS() if err != nil { return fmt.Errorf("failed to open current netns: %v", err) } defer threadNS.Close() // switch to target namespace if err = NetnsSet(fdable); err != nil { return err } defer func() { err := threadNS.Set() // switch back if err == nil {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jan 31 10:05:36 UTC 2024 - 2.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/plugin/admin_plugin.jsp
name="delete" data-toggle="modal" data-target='#confirmToDelete-${f:h(artifact.name)}-${f:h(artifact.version).replace(".", "\\.")}' value="<la:message key="labels.crud_button_delete" />"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 10.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/io/ReflectionFreeAssertThrows.java
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 16:27:30 UTC 2024 - 6.3K bytes - Viewed (0)