[akka-user][deprecated] akka-http multipart/related

2018-11-29 Thread Felix Nensa
Hi, can anyone give an example or link on how to create a file upload with Content-Type "multipart/related" (preferably in Java)? I just find examples for "multipart/form-data" and all the helpers from Multiparts "createFormData..()" seem to be taylored for "multipart/form-data". Thanks, Feli

[akka-user][deprecated] akka-http: "Illegal 'content-type' header"

2018-11-29 Thread Felix Nensa
Hi, I have a small akka-http app that under some circumstances works as a proxy and just passes data from another (non-akka) HTTP server to the client. It basically does something like this: final Flow> flow = Http.get(system).outgoingConnection(ConnectHttp.toHost("localhost", 8042 )); final