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