jcabi-http
jcabi-http copied to clipboard
Remove MultipartBodyBuilder
MultipartBodyBuilder [1] is replaceable with StringBuilder or ByteBuffer.
[1] https://github.com/jcabi/jcabi-http/blob/771cf34cb1fbe4d68206c1b6e5ab89808ad1d810/src/main/java/com/jcabi/http/request/MultipartBodyBuilder.java
Replace usage of this class and remove it
@andreoss , I am new in open source contributing can you please tell more detail about this issue like which folder and file do i have to look for the making further changes.
@Shree-Gillorkar Clarified the issue.
@Shree-Gillorkar Are you going to make a PR for this issue?
Hey @andreoss, really sorry about late reply. I thought that issue was clarified means solved. I will work on it & make a pull request as soon as possible.
@andreoss, to clarify this issue i have to replace the function call of MultipartBodyBuilder [1] with which function & after that i will have to remove the class or only function call?
@Shree-Gillorkar
- Replace usages of
MultipartBodyBuilderwithStringBuilder - Remove
MultipartBodyBuilder
Hey @andreoss , I made the changes you suggested and made a pull request. Please have a look and suggest me if any changes are required.