Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/endofunctor/src/components/cookies/cookieBodyParser.ts>body

🌐 Vixeny: At the forefront of modern web development, Vixeny stands as a runtime-independent, efficiency-driven library dedicated to upholding the principles of functional purity. It's crafted to empower developers with a robust foundation for creating scalable, maintainable, and high-performance web applications.
Latest
variable body
import { body } from "https://deno.land/x/endofunctor@v0.1.43/src/components/cookies/cookieBodyParser.ts";

Constructs an object where each property is a function result associated with cookie names. The properties are generated in the order they appear in the input array. Each property uses the corresponding cookie function applied to an accumulated value.

type

(arr: string[]) => unknown