- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 183 for concerns (0.08 seconds)
-
docs/en/docs/tutorial/first-steps.md
...the path would be: ``` /items/foo ``` /// info A "path" is also commonly called an "endpoint" or a "route". /// While building an API, the "path" is the main way to separate "concerns" and "resources". #### Operation { #operation } "Operation" here refers to one of the HTTP "methods". One of: * `POST` * `GET` * `PUT` * `DELETE` ...and the more exotic ones:
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 12.8K bytes - Click Count (0) -
docs/es/docs/tutorial/first-steps.md
``` /items/foo ``` /// info | Información Un "path" también es comúnmente llamado "endpoint" o "ruta". /// Mientras construyes una API, el "path" es la forma principal de separar "concerns" y "resources". #### Operación { #operation } "Operación" aquí se refiere a uno de los "métodos" HTTP. Uno de: * `POST` * `GET` * `PUT` * `DELETE` ...y los más exóticos:
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 13.3K bytes - Click Count (0) -
doc/godebug.md
and so removed the [`runtimecontentionstacks` setting](/pkg/runtime#hdr-Environment_Variables). Go 1.25 (starting with Go 1.25 RC 2) disabled build information stamping when multiple VCS are detected due to concerns around VCS injection attacks. This behavior and setting was backported to Go 1.24.5 and Go 1.23.11. This behavior can be renabled with the setting `allowmultiplevcs=1`. ### Go 1.24
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Dec 03 00:18:09 GMT 2025 - 24.7K bytes - Click Count (0) -
docs/en/docs/deployment/concepts.md
# Deployments Concepts { #deployments-concepts } When deploying a **FastAPI** application, or actually, any type of web API, there are several concepts that you probably care about, and using them you can find the **most appropriate** way to **deploy your application**. Some of the important concepts are: * Security - HTTPS * Running on startup * Restarts * Replication (the number of processes running) * Memory * Previous steps before startingCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 09:15:41 GMT 2025 - 18.6K bytes - Click Count (1) -
docs/ru/docs/deployment/concepts.md
# Концепции развёртывания { #deployments-concepts } При развёртывании приложения **FastAPI** (и вообще любого веб‑API) есть несколько концепций, о которых стоит думать — с их помощью можно выбрать **наиболее подходящий** способ **развёртывания вашего приложения**. Некоторые из важных концепций: * Безопасность — HTTPS * Запуск при старте * Перезапуски * Репликация (количество запущенных процессов) * Память * Предварительные шаги перед запускомCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Sep 30 11:24:39 GMT 2025 - 29.6K bytes - Click Count (0) -
docs/pt/docs/deployment/concepts.md
# Conceitos de Implantações { #deployments-concepts } Ao implantar um aplicativo **FastAPI**, ou na verdade, qualquer tipo de API da web, há vários conceitos com os quais você provavelmente se importa e, usando-os, você pode encontrar a maneira **mais apropriada** de **implantar seu aplicativo**. Alguns dos conceitos importantes são: * Segurança - HTTPS * Executando na inicialização * Reinicializações * Replicação (o número de processos em execução)Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Nov 12 16:23:57 GMT 2025 - 20.5K bytes - Click Count (0) -
docs/de/docs/deployment/concepts.md
# Deployment-Konzepte { #deployments-concepts } Bei dem Deployment – der Bereitstellung – einer **FastAPI**-Anwendung, oder eigentlich jeder Art von Web-API, gibt es mehrere Konzepte, die Sie wahrscheinlich interessieren, und mithilfe der Sie die **am besten geeignete** Methode zum **Deployment Ihrer Anwendung** finden können. Einige wichtige Konzepte sind: * Sicherheit – HTTPS * Beim Hochfahren ausführen * NeustartsCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 02 17:32:56 GMT 2025 - 21.5K bytes - Click Count (0) -
docs/es/docs/deployment/concepts.md
# Conceptos de Implementación { #deployments-concepts } Cuando implementas una aplicación **FastAPI**, o en realidad, cualquier tipo de API web, hay varios conceptos que probablemente te importen, y al entenderlos, puedes encontrar la **forma más adecuada** de **implementar tu aplicación**. Algunos de los conceptos importantes son: * Seguridad - HTTPS * Ejecución al iniciar * Reinicios * Replicación (la cantidad de procesos en ejecución) * MemoriaCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 16:33:45 GMT 2025 - 20.1K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.28.md
- Migrated `pkg/scheduler/framework/preemption` to use [contextual logging](https://k8s.io/docs/concepts/cluster-administration/system-logs/#contextual-logging). ([#116835](https://github.com/kubernetes/kubernetes/pull/116835), [@mengjiao-liu](https://github.com/mengjiao-liu))
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Fri Sep 05 03:47:18 GMT 2025 - 456.9K bytes - Click Count (1) -
docs/fr/docs/deployment/manually.md
## Concepts de déploiement Ces exemples lancent le programme serveur (e.g. Uvicorn), démarrant **un seul processus**, sur toutes les IPs (`0.0. 0.0`) sur un port prédéfini (par example, `80`). C'est l'idée de base. Mais vous vous préoccuperez probablement de certains concepts supplémentaires, tels que ... : * la sécurité - HTTPS * l'exécution au démarrage
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Oct 11 17:48:49 GMT 2025 - 5.3K bytes - Click Count (0)