Class: Protocol::HTTP::Header::SetCookie
- Defined in:
- lib/protocol/http/header/cookie.rb
Overview
The ‘set-cookie` header sends cookies from the server to the user agent.
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.
Method Summary
Methods inherited from Cookie
Methods inherited from Multiple
Constructor Details
This class inherits a constructor from Protocol::HTTP::Header::Multiple