Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
非常に単純な質問ですが、現在、ユーザーが python Twisted Web Server に保存されている csv ファイルをダウンロードする (開かない) ことを望んでいます。URL にアクセスすると、ファイルは現在ブラウザーで開かれます。
次のように応答ヘッダーを設定できます。
request.responseHeaders.setRawHeaders( 'Content-Disposition', ['attachment; filename="foo"'])