Method HttpMessagePart() :delHeader() Foundation

Deletes a HTTP header.

Syntax
 
:delHeader( <cName> ) --> self
Parameters
<nName>
A character string with the name of the header.
Return

:delHeader() returns the object executing the method.

Description

The method :delHeader() removes a HTTP header fromm the message part object. The name of the header must be specified in the <cName> parameter.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.