Jeevanandam M.

Results 156 comments of Jeevanandam M.

@phsym I believe your understanding is correct. Resty keeps complete request in the memory before it sends to the server, this approach has downside on large request body scenarios, that's...

@jameshoulahan There is an update that happened in the retry sleep duration method. do you mind trying the branch master? if the issue persists can you provide a test case.

@chb0github Thanks for reaching out. Just to clarify, the above suggestion is for Request or Response?

@chb0github Got it. I'm sorry for the above-delayed response. I need to think about it, I will get back to you.

@chb0github I surely understand your suggestion. I'm glad to hear about your commitment too. Just I need time to think about it without introducing a breaking change.

@avinash92c I think you could achieve the behavior using [`SetFormDataFromValues`](https://pkg.go.dev/github.com/go-resty/resty/v2?tab=doc#Request.SetFormDataFromValues). Can you try and share your feedback?

@thinkgos From my understanding, the mentioned use cases in the description could be achieved (& more) with resty request middleware. Can you help me understand, what are the differentiation factors?