mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-16 04:53:11 -04:00
🌐 Add German translation for docs/de/docs/reference/httpconnection.md (#10823)
This commit is contained in:
11
docs/de/docs/reference/httpconnection.md
Normal file
11
docs/de/docs/reference/httpconnection.md
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user