[I] HeaderFieldOptions
Properties
Property | Type | Description |
---|---|---|
explode? | boolean | Equivalent of adding * in the path parameter as per RFC-6570 |
format? | "form" | "csv" | "multi" | "tsv" | "ssv" | "pipes" | "simple" | The string format of the array. “csv” and “simple” are used interchangeably, as are “multi” and “form”. Deprecated use explode and @encode decorator instead. |
name | string | - |
type | "header" | - |