Classes

Method HttpMessage() :delParameter() Foundation

Deletes a HTTP parameter.

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

:delParameter() returns the object executing the method.

Description

The method :delParameter() deletes a parameter from the HTTP query string. If the same parameter is defined multiple times (meaning the parameter has several values), all occurances of <cName> are removed.

HTTP parameters are transferred as part of the query string. The methods :addParameter(), :delParameter(), :getParameter(), :getParameters() and their respective :set..() counterparts allow direct and easy manipulation of this part of the HTTP query string. Use the method :getQueryString() for obtaining a reference to the complete string.

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.