SecureBlackbox 2020 Qt Edition

Questions / Feedback?

HeadersPrepared Event

Fires when the request headers have been formed and are about to be sent to the server.

Syntax

class RESTClientHeadersPreparedEventParams {
public:
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void HeadersPrepared(RESTClientHeadersPreparedEventParams *e);
// Or, subclass RESTClient and override this emitter function. virtual int FireHeadersPrepared(RESTClientHeadersPreparedEventParams *e) {...}

Remarks

The prepared headers are available in RequestHeaders property. This event provides you the last chance to review/alter them.

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