I know that multiplexing is a feature of HTTP/2 and I've found plenty of examples that show how it works when downloading more resources, but does HTTP/2 support multiplexing when upload multiple files?
Can you share an example (Java is preferred) that shows the performance improvement when uploading with http2 and multiplexing vs standard http upload?