build_http_cookie: Build a cookie

View source: R/http_helpers.R

build_http_cookieR Documentation

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


tower documentation built on Oct. 30, 2024, 9:28 a.m.