class Protocol::HTTP::Header::SetCookie

It is used to store cookies on the client side, which are then sent back to the server in subsequent requests using the ‘cookie` header.
The `set-cookie` header sends cookies from the server to the user agent.