Skip to content

Commit af12ceb

Browse files
committed
http系新オプション
1 parent e932f5e commit af12ceb

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

manual/list_sakura_script.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,8 @@ <h1>未分類コマンド</h1>
487487
<li><a href="#_!_execute,http-head,URL,オプション,オプション,オプション..._">\![execute,http-head,URL,オプション,オプション,オプション...]</a></li>
488488
<li><a href="#_!_execute,http-put,URL,オプション,オプション,オプション..._">\![execute,http-put,URL,オプション,オプション,オプション...]</a></li>
489489
<li><a href="#_!_execute,http-delete,URL,オプション,オプション,オプション..._">\![execute,http-delete,URL,オプション,オプション,オプション...]</a></li>
490+
<li><a href="#_!_execute,http-patch,URL,オプション,オプション,オプション..._">\![execute,http-patch,URL,オプション,オプション,オプション...]</a></li>
491+
<li><a href="#_!_execute,http-options,URL,オプション,オプション,オプション..._">\![execute,http-options,URL,オプション,オプション,オプション...]</a></li>
490492

491493
<li><a href="#_!_execute,rss-get,URL,オプション,オプション,オプション..._">\![execute,rss-get,URL,オプション,オプション,オプション...]</a></li>
492494
<li><a href="#_!_execute,rss-post,URL,オプション,オプション,オプション..._">\![execute,rss-post,URL,オプション,オプション,オプション...]</a></li>
@@ -5021,6 +5023,24 @@ <h1>記述例</h1>
50215023
</ul>
50225024
</dd>
50235025
</dl>
5026+
<dl id="_!_execute,http-patch,URL,オプション,オプション,オプション..._">
5027+
<dt class="entry">\![execute,http-patch,URL,オプション,オプション,オプション...]</dt>
5028+
<dd class="entry">
5029+
<p><a href="#notes_executehttp">※オプション</a>付きでhttp delete リクエストを行う。</p>
5030+
<ul class="supported-baseware">
5031+
<li><img src="image/icon_s.png" alt="SSP" width="34" height="16" /> 2.7.35</li>
5032+
</ul>
5033+
</dd>
5034+
</dl>
5035+
<dl id="_!_execute,http-options,URL,オプション,オプション,オプション..._">
5036+
<dt class="entry">\![execute,http-options,URL,オプション,オプション,オプション...]</dt>
5037+
<dd class="entry">
5038+
<p><a href="#notes_executehttp">※オプション</a>付きでhttp delete リクエストを行う。</p>
5039+
<ul class="supported-baseware">
5040+
<li><img src="image/icon_s.png" alt="SSP" width="34" height="16" /> 2.7.35</li>
5041+
</ul>
5042+
</dd>
5043+
</dl>
50245044
<dl id="_!_execute,rss-get,URL,オプション,オプション,オプション..._">
50255045
<dt class="entry">\![execute,rss-get,URL,オプション,オプション,オプション...]</dt>
50265046
<dd class="entry">
@@ -5636,6 +5656,12 @@ <h1>InductionMode</h1>
56365656
<section class="caption" id="notes_executehttp">
56375657
<h1>http get/post オプション</h1>
56385658
<dl>
5659+
<dt>--accept=Acceptリクエストヘッダの中身 [2.7.35]</dt>
5660+
<dd>受け取れるContent-Type形式を指定するAcceptヘッダを指定する。</dd>
5661+
5662+
<dt>--accept-language=Accept-Languageリクエストヘッダの中身 [2.7.35]</dt>
5663+
<dd>国際化関連の挙動を制御するためのAccept-Languageヘッダを指定する。</dd>
5664+
56395665
<dt>--async=識別ID</dt>
56405666
<dd>処理を待たずにSakuraScriptの続きを実行し、処理が完了してから<a href="list_shiori_event.html#OnExecuteHTTPComplete">OnExecuteHTTPComplete</a>または<a href="list_shiori_event.html#OnExecuteHTTPFailure">OnExecuteHTTPFailure</a>イベントを通知。
56415667
<br>RSSの場合は<a href="list_shiori_event.html#OnExecuteRSSComplete">OnExecuteRSSComplete</a><a href="list_shiori_event.html#OnExecuteRSSFailure">OnExecuteRSSFailure</a>
@@ -5661,6 +5687,9 @@ <h1>http get/post オプション</h1>
56615687
<dd>任意の名前のリクエストヘッダを設定する。名前と中身を区切るコロンは必須。
56625688
<br />SSPが用意したヘッダ情報を上書きするため、指定に矛盾がないよう利用時に注意すること。</dd>
56635689

5690+
<dt>--insecure [2.7.35]</dt>
5691+
<dd>TLS証明書の検証をスキップする。</dd>
5692+
56645693
<dt>--log=ファイル名</dt>
56655694
<dd>サーバとの通信内容をすべてログに記録する。主に開発時のデバッグ用。</dd>
56665695

@@ -5673,6 +5702,9 @@ <h1>http get/post オプション</h1>
56735702
<br />Referenceには改行を含められないので、改行コードはバイト値1に変換される。
56745703
<br />取得可能なサイズは128KBまで。</dd>
56755704

5705+
<dt>--no-cache [2.7.35]</dt>
5706+
<dd>Cache-Control: no-cacheを指定し、キャッシュ利用を抑制する。</dd>
5707+
56765708
<dt>--param=パラメータ</dt>
56775709
<dd>get/post/putのパラメータを指定する。複数回の指定が可能。<br>
56785710
multipart/form-dataの時:<br>

0 commit comments

Comments
 (0)