ome / omero-ms-zarr

Experimental micro-service for implementing the Zarr spec over HTTP
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
17 stars 12 forks source link

Internal refactoring of microservice dispatch. #54

Closed mtbc closed 4 years ago

mtbc commented 4 years ago

Previously the microservice was needlessly repeating some of Vert.x's work in matching URI patterns against corresponding behavior. This PR bears general factoring to make it easier to add further methods: the masks work is building on this branch. There should be no outward changes in behavior.

joshmoore commented 4 years ago

Local testing (using docker-compose.yml which I'll commit) looks good.