SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

HeadersReceived Event

Fires when the HTTP response headers have just been received from the server.

Object Oriented Interface

public function fireHeadersReceived($param);

Procedural Interface

secureblackboxlite_httpclient_register_callback($res, 9, array($this, 'fireHeadersReceived'));

Parameter List



Remarks

The received headers are available via the ResponseHeaders property.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 PHP Edition - Version 20.0 [Build 8166]