:GetResponseHeader()


 

Class

     aprHTTP()

 

Syntax

     :GetResponseHeader( cHeader ) -> cValue

 

Parameters

 

cHeader

Response Header to get the value for.

 

Return

The value of the Response Header.

If the Method fails, the return value is NIL.

To get further error information see :nErr and :cErr

 

Description

Return the value of the specified response header field

  

See Also

:GetRequestHeader(), :SetRequestHeader()