Jeevanandam M.

Results 156 comments of Jeevanandam M.

@dimitrimus I thought to check with you. Are you still interested in making PR?

@mmzhi Can you please explain what do you mean by the long connection function?

@FM-96 I'm sorry for the delayed response. Resty does read the entire request body in the memory before sending request BUT NOT ALL THE CASES. If Body is supplied to...

@FM-96 You code snippet example is multipart form, it is not the use case what I referred above for `io.Reader`.

@FM-96 I understand and I agree about your original issue. I have overlooked the word `multipart`. I'm sorry for the confusion I have caused with my initial response about `io.Reader`....

@lavoiesl I like your proposal of using `errors` advantages introduced in `go1.13`. Currently, resty has minimum support as `go1.11`. I want to park this improvement to Resty v3 release.

I think we can populate [Response.ContentType](https://github.com/revel/revel/blob/master/http.go#L25) field after resolving [Format here](https://github.com/revel/revel/blob/master/http.go#L72) then we can use it as needed.

> monkeypatched revel/cmd/harness/build.go Can you please describe your issue?

As of now, revel has support for adding `-tags` build values from app config `build.tags`. Custom support for `-ldflags` is yet to come. For now you can edit build.go use...