|
@@ -708,6 +708,8 @@ procedure TRestOutputStreamer.SetOutputOptions(AValue: TRestOutputOptions);
|
|
begin
|
|
begin
|
|
if FOutputOptions=AValue then Exit;
|
|
if FOutputOptions=AValue then Exit;
|
|
FOutputOptions:=AValue;
|
|
FOutputOptions:=AValue;
|
|
|
|
+ if RequireMetadata then
|
|
|
|
+ Include(FOutputOptions,ooMetadata);
|
|
end;
|
|
end;
|
|
|
|
|
|
procedure TRestOutputStreamer.CreateErrorContent(aCode: Integer;
|
|
procedure TRestOutputStreamer.CreateErrorContent(aCode: Integer;
|