rpc icon indicating copy to clipboard operation
rpc copied to clipboard

Consider more efficient way to compute etag for discovery doc.

Open wibling opened this issue 9 years ago • 0 comments

Currently etags for discovery docs are computed by completed encoded the RestDescription instance. This means using the schema to generate the JSON instance and the encode the JSON to a List before adding it to sha1.

This is a bit cumbersome. Consider if there is a more efficient way to get a unique description.

wibling avatar Feb 27 '15 09:02 wibling