Class: Protocol::HTTP::Header::SetCookie

Inherits:
Cookie show all
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

#to_h

Methods inherited from Multiple

#initialize, #to_s

Constructor Details

This class inherits a constructor from Protocol::HTTP::Header::Multiple