Source position: fpwebclient.pp line 132
type TWebClientResponseResult = record
public
Response: TWebClientResponse;
Error: Exception;
function Success;
end;