a57f53b6a1480f83153fe62902830a229f36d94e
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.
Description
Languages
C#
100%