HttpMaker BETA1.3

投稿日: Jul 18, 2011 4:42:2 PM

_download

ダウンロードを指定

Content-Disposition: attachment;

_download:filename=hoge.xml

ファイル名を指定してダウンロード

Content-Disposition: attachment;filename="hoge.xml"

例:表示ではなくダウンロードになります。

http://localhost:81/output.xml?_download

例:ファイル名を「hoge.xml」にしてダウンロード。

http://localhost:81/output.xml?_download:filename=hoge.xml