From: Nils Lindemann Date: Sat, 30 Mar 2024 18:16:16 +0000 (+0100) Subject: 🌐 Add German translation for `docs/de/docs/reference/httpconnection.md` (#10823) X-Git-Tag: 0.110.1~226 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a01c8dbd0a93c2cebb8c523f8e6163a0ca6252d;p=thirdparty%2Ffastapi%2Ffastapi.git 🌐 Add German translation for `docs/de/docs/reference/httpconnection.md` (#10823) --- diff --git a/docs/de/docs/reference/httpconnection.md b/docs/de/docs/reference/httpconnection.md new file mode 100644 index 0000000000..32a9696fa5 --- /dev/null +++ b/docs/de/docs/reference/httpconnection.md @@ -0,0 +1,11 @@ +# `HTTPConnection`-Klasse + +Wenn Sie Abhängigkeiten definieren möchten, die sowohl mit HTTP als auch mit WebSockets kompatibel sein sollen, können Sie einen Parameter definieren, der eine `HTTPConnection` anstelle eines `Request` oder eines `WebSocket` akzeptiert. + +Sie können diese von `fastapi.requests` importieren: + +```python +from fastapi.requests import HTTPConnection +``` + +::: fastapi.requests.HTTPConnection