clarin-eric / component-registry-rest

Component Registry back end
GNU General Public License v3.0
2 stars 1 forks source link

Include ETag in REST service responses #50

Open twagoo opened 4 years ago

twagoo commented 4 years ago

Should improve client performance and bandwidth use. Supported is available in JAX-RS/Jersey, see e.g. this tutorial.

More about ETag