.generate_http_attribute_strings {cookies}R Documentation

Generate the separate attribute strings

Description

Generate the separate attribute strings

Usage

.generate_http_attribute_strings(http_attributes)

Arguments

http_attributes

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

Value

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


[Package cookies version 0.2.3 Index]