Cookie-Container to store cookies, and retrive them for the next HTTP-request
adds cookie to container
deletes all cookies
parses a Set-Cookie-string from HTTP Response Header and adds this cookie
returns string to use with {Cookie => … } for HTTP request
[Validate]