Learn R Programming

cookies (version 0.2.3)

.generate_http_attribute_strings: Generate the separate attribute strings

Description

Generate the separate attribute strings

Usage

.generate_http_attribute_strings(http_attributes)

Value

A character vector of either the names (for Secure or HttpOnly) or name=value pairs.

Arguments

http_attributes

A list of attributes with the names expected by Set-Cookie.