Skip to main content

headers_append

Function headers_append 

Source
pub(crate) fn headers_append(
    _it: &mut Interp,
    this: Value,
    a: &[Value],
) -> Result<Value, Value>
Expand description

append(name, value)。既存値があれば ", " 区切りで連結する(仕様どおり 複数値ヘッダのコンマ結合表現。set-cookie 等の例外は非対応)。