HttpRequest::setOptions
オプションを設定する
&reftitle.description;
public
boolHttpRequest::setOptions
arrayoptions
使用するリクエストオプションを設定します。
&see.http.request.options;
&reftitle.parameters;
options
連想配列で、その値が現在のリクエストオプションを上書きします。
空の配列を渡したり省略したりした場合は、
HttpRequest オブジェクトのオプションがリセットされます。
&reftitle.returnvalues;
&return.success;