This commit is contained in:
Ondrej Pokorny 2022-11-03 06:54:56 +01:00 committed by Michael Van Canneyt
parent 029ea37ed9
commit eab28cdd2e

View File

@ -46,8 +46,6 @@ type
function GetResponseEncoding: TEncoding;
function GetResponseString: string;
function GetResponseBytes: TBytes;
//class function Create(const aFromThread: TOHttpPoolThread): TFPHTTPClientPoolResult; static;
protected
procedure AssignTo(Dest: TPersistent); override;
public