Generate a weak ETag from a string body: 'W/"<length>-<hash>"' where:
'W/"<length>-<hash>"'
length
hash
solve('hello') returns 'W/"5-4f9f2cab"'.
solve('hello')
'W/"5-4f9f2cab"'
Sample tests