userver icon indicating copy to clipboard operation
userver copied to clipboard

Make movable the clients::http::Form

Open apolukhin opened this issue 2 years ago • 2 comments

Make the Form movable https://github.com/userver-framework/userver/blob/16b29d818616cbd7c2b3cffaa83b89f5b19008e4/core/include/userver/clients/http/form.hpp#L19-L22

Hold the curl::form by std::unique_ptr rather than by std::shared_ptr https://github.com/userver-framework/userver/blob/16b29d818616cbd7c2b3cffaa83b89f5b19008e4/core/include/userver/clients/http/form.hpp#L34-L37

Internal ticket: 4971

apolukhin avatar Oct 25 '23 15:10 apolukhin

Hello @apolukhin,

I want to work on the issue of making the clients::http::Form movable in the userver project. I have a clear understanding of the requirements and am ready to begin the implementation process. Could this issue be assigned to me? I am excited about the opportunity to contribute to the project and look forward to your confirmation.

Thank you for considering my contribution!

gemut1ich avatar Nov 09 '23 18:11 gemut1ich

Done!

Looking forward to your changes!

apolukhin avatar Nov 14 '23 19:11 apolukhin