Skip to contents

Adds a cookie to a response

Usage

add_cookie(res, name, value)

Arguments

res

A response builder object

name

The name of the cookie

value

The value of the cookie

Value

The response builder object