Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(azure-function): handle single or multiple cookies at once (#525)
* Fix Azure Cookie - Handle single or multiple cookies at once headers['set-cookie'] can be a string of one cookie, or an array of cookies headerCookies should always be an array * Fix tests - No more "response.cookies: []" when no cookie Sorry about that Co-authored-by: Brett Andrews <brett.j.andrews@gmail.com>
- Loading branch information