20170416

投稿日: Apr 16, 2017 3:37:2 AM

BETA1 0.1.2.0

起動時のWindowStyleの設定を追加。Windowsのみで有効。

引数:

WindowStyle=hidden

WindowStyle=minimized

WindowStyle=maximized

BETA1 0.1.3.0

プロセス実行時の引数に「ResponseContentType」を追加。

戻り値の「ContentType」の指定。

&ResponseContentType = "text/plain;charset=utf-8" /*デフォルト*/

&ResponseContentType = "text/csv;charset=utf-8"

&ResponseContentType = "text/html;charset=utf-8"

&ResponseContentType = "application/json;charset=utf-8"

BETA1 0.1.4.0

POST受信時に1024バイト以上の場合POSTデータの取得が出来なかったのを修正。