Added new properties to `RecActionDto`: - `Headers` to store HTTP headers as a dictionary. - `BodyQuery` to represent a query related to the body. - `Body` to store the body content. - `PostprocessingQuery` to represent a query for postprocessing. These changes improve the class's ability to handle HTTP requests and related operations, providing greater flexibility for preprocessing and postprocessing tasks.
ReC
Description
Languages
C#
100%