Table of Contents

THttpResponseProc Anonymous method

Callback invoked after a response is received, allowing it to be inspected or replaced.

Remarks

ARequest: The request that produced the response. AResponse: The received response, which the handler may replace. If the handler raises an exception, the response is freed automatically.

Syntax

Unit: Sparkle.Http.Client

THttpResponseProc = reference to procedure(ARequest: THttpRequest; var AResponse: THttpResponse);