var etag = function(value) {
        return '"' + crypto.createHash('md5').update(value).digest("hex") + '"';
    };