Implemented the handling of DELETE HTTP requests in the InvokeRecActionCommandHandler class. Previously, the DELETE case was unhandled, and now it uses http.DeleteAsync to send a DELETE request to the specified action.EndpointUri, supporting cancellation with the cancel token.
ReC
Description
Languages
C#
100%