Pragma Property
A browser/server specific header line (optional).
Object Oriented Interface
public function getPragma(); public function setPragma($value);
Procedural Interface
ipworks_http_get($res, 34 ); ipworks_http_set($res, 34, $value );
Default Value
''
Remarks
If this property contains a non-empty string, a Pragma HTTP request header is added to the request. The meaning of the header depends on the implementation and can be used to send/receive proprietary information to/from the server.
This property is not available at design time.
Data Type
String