Skip to content

Commit

Permalink
Merge pull request #153 from freitasjca/master
Browse files Browse the repository at this point in the history
Update RESTRequest4D.Response.NetHTTP.pas
  • Loading branch information
viniciussanchez authored Jul 6, 2023
2 parents 3f6175a + 1c474ea commit 4d4135d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RESTRequest4D.Response.NetHTTP.pas
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function TResponseNetHTTP.ContentType: string;

constructor TResponseNetHTTP.Create;
begin
FHeaders := TStrings.Create;
FHeaders := TStringList.Create;
end;

destructor TResponseNetHTTP.Destroy;
Expand Down

0 comments on commit 4d4135d

Please sign in to comment.