By accepting TAR file submissions directly (e.g. having `Content-Type: application/x-tar`) we can skip skip parsing multipart MIME forms. This is trivial on the API now and enables a simpler design for example for CLI clients.
By accepting TAR file submissions directly (e.g. having
Content-Type: application/x-tar) we can skip skip parsing multipart MIME forms.This is trivial on the API now and enables a simpler design for example for CLI clients.