hmm… seems that I can’t override FCurlHttpRequest since it in the Private section of the Http Module.
Anyway, Thanks to the Epic - we have FHttpModule::Get().SetMaxReadBufferSize
In my case, I can estimate approximately buffer size to preventing memory reallocation.
but in case if you not - need Http requests with mutex payload support, maybe as least as optional.