Previously, the handling of HTTP POST requests in the InvokeRecActionCommandHandler class was not implemented. This commit adds the necessary code to handle POST requests by using the http.PostAsync method. The POST request is sent to the specified action.EndpointUri with null content and a cancellation token. This change ensures that POST operations are now properly executed within the command handler.
ReC
Description
Languages
C#
100%