Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multipart-form data to standalone client #126

Open
wsargent opened this issue Jun 5, 2017 · 9 comments
Open

Add multipart-form data to standalone client #126

wsargent opened this issue Jun 5, 2017 · 9 comments

Comments

@wsargent
Copy link
Member

wsargent commented Jun 5, 2017

Currently the standalone client does not have built in support for multiform post. The functionality is actually in Play-WS in the main project, under https://github.com/playframework/playframework/blob/master/framework/src/play-ahc-ws/src/main/java/play/libs/ws/ahc/AhcWSRequest.java#L44

Because the goal of the standalone client is not to have a dependencies on Play, we'll have to copy it and add it as BodyWritable and BodyReadable:

@limpid-kzonix
Copy link

@wsargent, and when the library will be updated (with added support of multipart form data)

@maximiliancsuk
Copy link

@wsargent I'm also very interested in this feature. Any update? :)

@marcospereira
Copy link
Member

Hi, @maximiliancsuk.

No updates yet, sorry about it. Do you have time to submit a PR here?

@AndrewZurn
Copy link

Hey all,

I am also wondering if there will be any traction on this anytime soon? Or is there a well documented work around in the mean-time perhaps?

Andrew

@wsargent
Copy link
Member Author

@AndrewZurn the workaround is to use play-ahc-ws (that is, the WS library with Play extensions).

@loicknuchel
Copy link

It seems it's still not the case now (using 2.0.3 version), any plan to work on this ?

@piotr-chabelski
Copy link

Would be very interested to see this resolved.
Also, is there any good documentation on the workaround anywhere? This seems like a common usecase and the issue remains unaddressed since 2017

@Tasselmi
Copy link

any update for supporting mult-part data form?

@mkurz
Copy link
Member

mkurz commented May 16, 2022

Pull request to resolve this issue would be welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants