HeaderList.remove

Remove the first instance of the specified header.

class HeaderList
bool
remove
(
string name
)

Parameters

name string

header name

Return Value

Type: bool

true if the header was successfully removed or false if the specified header could not be found.