build_http_cookie {tower} | R Documentation |
Build a cookie
Description
Builds an HttpOnly cookie from a key and value
Usage
build_http_cookie(key, value)
Arguments
key |
A string containing the cookie key |
value |
A string containing the cookie value |
Value
A string containing the formated cookie
[Package tower version 0.2.0 Index]