Resteasy multipart filename
by Gunnar Schmid
Hello,
I'm using Resteasy client to upload files to a service.
I can set the filename using the @PartFilename annotation:
@FormParam("file")
@PartType(MediaType.APPLICATION_OCTET_STREAM)
@PartFilename("staticfilename.bin")
public InputStream file;
But this sets the filename at compile time - how can I make this dynamic?
1 year, 4 months
Use of Java 11 Http Client?
by Rinaldo Pitzer Júnior
Hello everyone. I've been a Resteasy user for a long time, but never a contributor.
I was looking for the Http Client lib used by Resteasy internally, and found out that it uses Apache Http Client by default, and also provides a few other engines.
I was wondering if having a new implementation that uses the new Java 11 Http Client would make sense and, if so, what would be some general guidelines besides implementing a new engine.
1 year, 5 months
Test
by Ronald Sigal
test
1 year, 5 months