- Sort Score
- Result 10 results
- Languages All
Results 981 - 990 of 1,374 for docm (0.06 sec)
-
docs/em/docs/tutorial/metadata.md
{!../../docs_src/metadata/tutorial002.py!} ``` ๐ฅ ๐ ๐ โ ๐ ๐ ๐ ๐ ๐ช โ `openapi_url=None`, ๐ ๐ โ ๐งพ ๐ฉโ๐ป ๐ข ๐ โ๏ธ โซ๏ธ. ## ๐ฉบ ๐ ๐ ๐ช ๐ 2๏ธโฃ ๐งพ ๐ฉโ๐ป ๐ข ๐: * **๐ฆ ๐**: ๐ฆ `/docs`. * ๐ ๐ช โ ๐ฎ ๐ โฎ๏ธ ๐ข `docs_url`. * ๐ ๐ช โ โซ๏ธ โ `docs_url=None`. * **๐**: ๐ฆ `/redoc`. * ๐ ๐ช โ ๐ฎ ๐ โฎ๏ธ ๐ข `redoc_url`. * ๐ ๐ช โ โซ๏ธ โ `redoc_url=None`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4.1K bytes - Viewed (0) -
docs/ko/docs/tutorial/middleware.md
* `response`๋ฅผ ๋ฐํํ๊ธฐ ์ ์ ์ถ๊ฐ๋ก `response`๋ฅผ ์์ ํ ์ ์์ต๋๋ค. ```Python hl_lines="8-9 11 14" {!../../docs_src/middleware/tutorial001.py!} ``` /// tip | "ํ" ์ฌ์ฉ์ ์ ์ ํค๋๋ <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers" class="external-link" target="_blank">'X-' ์ ๋์ฌ๋ฅผ ์ฌ์ฉ</a>ํ์ฌ ์ถ๊ฐํ ์ ์์ต๋๋ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.4K bytes - Viewed (0) -
internal/config/etcd/etcd.go
CipherSuites: fips.TLSCiphersBackwardCompatible(), CurvePreferences: fips.TLSCurveIDs(), } // This is only to support client side certificate authentication // https://coreos.com/etcd/docs/latest/op-guide/security.html etcdClientCertFile := env.Get(EnvEtcdClientCert, kvs.Get(ClientCert)) etcdClientCertKey := env.Get(EnvEtcdClientCertKey, kvs.Get(ClientCertKey))
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Jun 28 23:17:22 UTC 2024 - 5.2K bytes - Viewed (0) -
architecture/standards/0004-use-a-platform-architecture.md
A typical platform builds on other platforms in order to add more capabilities, for example, to add support for a particular language. See the [discovery document](https://docs.google.com/document/d/1-oKG23gLdx2D2uJvzir31AhDFyqSf81LDESfKKCU28c/edit#heading=h.pps74pn68uvk) (internal document) for more context. ### Platforms The platforms and their architecture modules are:
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Sun Feb 25 22:19:29 UTC 2024 - 4.5K bytes - Viewed (0) -
docs/em/docs/history-design-future.md
๐ ๐ ๐ค ๐ช ๐ ๐ ๐ ๐ ๐ โ ๐ ๐ช, โ๏ธ ๐ ๏ธ ๐, ๐ & โ โ , โ๏ธ. ๐ ๐ ๐ ๐ ๐ ๐ ๏ธ ๐ก ๐ ๐ฉโ๐ป. ## ๐ โฎ๏ธ ๐ฌ ๐ ๐, ๐ค ๐ญ ๐ ๐ค ๐ โ๏ธ <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">**Pydantic**</a> ๐ฎ ๐. โคด๏ธ ๐ค ๐ โซ๏ธ, โ โซ๏ธ ๐ ๐ ๏ธ โฎ๏ธ ๐ป ๐, ๐โ๐ฆบ ๐ ๐ ๐ฌ โ ๐, & ๐ ๐จโ๐จ ๐โ๐ฆบ (๐ โ , โ) โ๏ธ ๐ ๐ฏ ๐ ๐จโ๐จ.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Jul 29 23:35:07 UTC 2024 - 3.4K bytes - Viewed (0) -
scripts/mkdocs_hooks.py
def resolve_file(*, item: str, files: Files, config: MkDocsConfig) -> None: item_path = Path(config.docs_dir) / item if not item_path.is_file(): en_src_dir = (Path(config.docs_dir) / "../../en/docs").resolve() potential_path = en_src_dir / item if potential_path.is_file(): files.append( EnFile( path=item, src_dir=str(en_src_dir),
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Aug 17 21:20:31 UTC 2024 - 5.2K bytes - Viewed (0) -
docs/pt/docs/tutorial/sql-databases.md
```console $ fastapi dev main.py <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div> Entรฃo, vรก para a interface `/docs`, vocรช verรก que o **FastAPI** estรก usando esses **modelos** para **documentar** a API, e ele tambรฉm os usarรก para **serializar** e **validar** os dados. <div class="screenshot"> <img src="/img/tutorial/sql-databases/image01.png">
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 15:25:29 UTC 2024 - 15.8K bytes - Viewed (0) -
docs/pt/docs/python-types.md
Perceba que isso significa que "`one_person` รฉ uma **instรขncia** da classe `Person`". Isso nรฃo significa que "`one_person` รฉ a **classe** chamada `Person`". ## Modelos Pydantic O <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a> รฉ uma biblioteca Python para executar a validaรงรฃo de dados. Vocรช declara a "forma" dos dados como classes com atributos. E cada atributo tem um tipo.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Oct 15 12:32:27 UTC 2024 - 18K bytes - Viewed (0) -
docs/em/docs/deployment/manually.md
/// ## Hypercorn โฎ๏ธ ๐ป ๐ & **FastAPI** โ๏ธ ๐ <a href="https://anyio.readthedocs.io/en/stable/" class="external-link" target="_blank">AnyIO</a>, โ โ ๐ซ ๐ โฎ๏ธ ๐ฏโโ๏ธ ๐ ๐ฉ ๐ <a href="https://docs.python.org/3/library/asyncio-task.html" class="external-link" target="_blank">โณ</a> & <a href="https://trio.readthedocs.io/en/stable/" class="external-link" target="_blank">๐ป</a>.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 4.2K bytes - Viewed (0) -
docs/security/tls_configuration_history.md
[chromium_change]: https://developers.google.com/web/updates/2016/12/chrome-56-deprecations#remove_cbc-mode_ecdsa_ciphers_in_tls [googlecloud_ssl_policy]: https://cloud.google.com/load-balancing/docs/ssl-policies-concepts [http2_denylist]: https://tools.ietf.org/html/rfc7540#appendix-A [http2_naughty]: #http2_naughty
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Feb 06 16:35:36 UTC 2022 - 9K bytes - Viewed (0)