We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ddc3a commit 8b94894Copy full SHA for 8b94894
src/textual_serve/download_manager.py
@@ -81,6 +81,8 @@ async def create_download(
81
delivery_key: The delivery key to start the download for.
82
file_name: The name of the file to download.
83
open_method: The method to open the file with.
84
+ mime_type: The mime type of the content.
85
+ encoding: The encoding of the content or None if the content is binary.
86
"""
87
self._active_downloads[delivery_key] = Download(
88
app_service,
0 commit comments