- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 14 for Protokoll (0.38 seconds)
-
docs/de/docs/tutorial/first-steps.md
Eine von diesen: * `POST` * `GET` * `PUT` * `DELETE` ... und die etwas Exotischeren: * `OPTIONS` * `HEAD` * `PATCH` * `TRACE` Im HTTP-Protokoll können Sie mit jedem Pfad über eine (oder mehrere) dieser „Methoden“ kommunizieren. --- Bei der Erstellung von APIs verwenden Sie normalerweise diese spezifischen HTTP-Methoden, um eine bestimmte Aktion durchzuführen.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 14.9K bytes - Click Count (0) -
docs/de/docs/deployment/https.md
* Die Informationen über die angeforderte **spezifische Domain** befinden sich in den **HTTP-Daten**. * Die **HTTPS-Zertifikate** „zertifizieren“ eine **bestimmte Domain**, aber das Protokoll und die Verschlüsselung erfolgen auf TCP-Ebene, **ohne zu wissen**, um welche Domain es sich handelt. * **Standardmäßig** bedeutet das, dass Sie nur **ein HTTPS-Zertifikat pro IP-Adresse** haben können.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 15.8K bytes - Click Count (0) -
docs/de/docs/tutorial/cors.md
Ein <abbr title="Ursprung">Origin</abbr> ist die Kombination aus Protokoll (`http`, `https`), Domain (`myapp.com`, `localhost`, `localhost.tiangolo.com`) und Port (`80`, `443`, `8080`). Alle folgenden sind also unterschiedliche Origins: * `http://localhost` * `https://localhost` * `http://localhost:8080` Auch wenn sie alle in `localhost` sind, verwenden sie unterschiedliche Protokolle oder Ports, daher sind sie unterschiedliche „Origins“.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 6K bytes - Click Count (0) -
docs/de/docs/advanced/behind-a-proxy.md
Diese Header bewahren Informationen über den ursprünglichen Request, die sonst verloren gingen: * **X-Forwarded-For**: Die ursprüngliche IP-Adresse des Clients * **X-Forwarded-Proto**: Das ursprüngliche Protokoll (`https`) * **X-Forwarded-Host**: Der ursprüngliche Host (`mysuperapp.com`)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 18K bytes - Click Count (0) -
src/main/resources/fess_label_de.properties
labels.failure_url_error_count=Fehleranzahl labels.failure_url_title_details=Details zur Fehler-URL labels.failure_url_id=ID labels.failure_url_thread_name=Thread-Name labels.failure_url_error_name=Typ labels.failure_url_error_log=Protokoll labels.failure_url_web_config_name=Web-Crawl-Konfiguration labels.failure_url_file_config_name=Datei-Crawl-Konfiguration labels.system_info_configuration=Systeminformationen
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.3K bytes - Click Count (1) -
docs/tr/docs/deployment/https.md
* Güvenli bir bağlantı elde edildikten **sonra**, iletişim protokolü **hâlâ HTTP**’dir. * İçerikler, **HTTP protokolü** ile gönderiliyor olsa bile **şifrelenmiştir**.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 14.8K bytes - Click Count (0) -
docs/de/docs/tutorial/request-forms-and-files.md
Das ist keine Limitation von **FastAPI**, sondern Teil des HTTP-Protokolls. /// ## Zusammenfassung { #recap }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 1.7K bytes - Click Count (0) -
docs/de/docs/tutorial/request-forms.md
Das ist keine Limitation von **FastAPI**, sondern Teil des HTTP-Protokolls. /// ## Zusammenfassung { #recap }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 3.1K bytes - Click Count (0) -
docs/de/docs/tutorial/server-sent-events.md
{* ../../docs_src/server_sent_events/tutorial004_py310.py hl[25,27,31] *} ## SSE mit POST { #sse-with-post } SSE funktioniert mit **jedem HTTP-Method**, nicht nur mit `GET`. Das ist nützlich für Protokolle wie [MCP](https://modelcontextprotocol.io), die SSE über `POST` streamen: {* ../../docs_src/server_sent_events/tutorial005_py310.py hl[14] *} ## Technische Details { #technical-details }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:48:21 GMT 2026 - 5.1K bytes - Click Count (0) -
docs/tr/docs/advanced/events.md
## Teknik Detaylar { #technical-details } Meraklı nerd’ler için küçük bir teknik detay. 🤓 Altta, ASGI teknik spesifikasyonunda bu, [Lifespan Protokolü](https://asgi.readthedocs.io/en/latest/specs/lifespan.html)’nün bir parçasıdır ve `startup` ile `shutdown` adında event’ler tanımlar. /// info | BilgiCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 8.3K bytes - Click Count (0)