/library/server/httpd/interface/response/httpd_download_response.e
http://github.com/jocelyn/EiffelWebReloaded · Specman e · 26 lines · 20 code · 6 blank · 0 comment · 1 complexity · 7481f10427f0253fb7f43c23e9b5e73f MD5 · raw file
- note
- description: "Summary description for {HTTPD_DOWNLOAD_RESPONSE}."
- date: "$Date$"
- revision: "$Revision$"
-
- class
- HTTPD_DOWNLOAD_RESPONSE
-
- inherit
- HTTPD_FILE_RESPONSE
- redefine
- prepare
- end
-
- create
- make
-
- feature {NONE} -- Initialization
-
- prepare
- do
- headers.put_content_type_with_name ("application/force-download", base_name)
- Precursor
- end
-
- end