genouest / biomaj-download

Download microservice for BioMAJ
GNU Affero General Public License v3.0
1 stars 7 forks source link

Add mechanism for protocol specific options #14

Closed duboism closed 4 years ago

duboism commented 4 years ago

This PR adds a mechanism to pass options to protocols (in form of a dict) without adding many fields in the message.

We have implemented several options related to SSL or TCP with this and transformed the option to skip tests of archives to this mechanism.

This PR depends on genouest/biomaj-core#5 (and a PR on genouest/biomaj will need it).