The UploadIO initializer accepts a list of options and uses them to construct MIME headers, but it only pulls out headers it knows about. It would be nice to be able to include arbitrary headers.
For an example use case, see the Packaging and Content-MD5 headers in the SWORD 2.0 spec, e.g.
The
UploadIO
initializer accepts a list of options and uses them to construct MIME headers, but it only pulls out headers it knows about. It would be nice to be able to include arbitrary headers.For an example use case, see the
Packaging
andContent-MD5
headers in the SWORD 2.0 spec, e.g.