popsicle-cookie-jar

WebJar for popsicle-cookie-jar

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

popsicle-cookie-jar
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

popsicle-cookie-jar
WebJar for popsicle-cookie-jar
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/serviejs/popsicle-cookie-jar

Download popsicle-cookie-jar

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/popsicle-cookie-jar/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>popsicle-cookie-jar</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/popsicle-cookie-jar/
implementation 'org.webjars.npm:popsicle-cookie-jar:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/popsicle-cookie-jar/
implementation ("org.webjars.npm:popsicle-cookie-jar:1.0.0")
'org.webjars.npm:popsicle-cookie-jar:jar:1.0.0'
<dependency org="org.webjars.npm" name="popsicle-cookie-jar" rev="1.0.0">
  <artifact name="popsicle-cookie-jar" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='popsicle-cookie-jar', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "popsicle-cookie-jar" % "1.0.0"
[org.webjars.npm/popsicle-cookie-jar "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : types__tough-cookie jar [2.3.5,3)
org.webjars.npm : tough-cookie jar [3.0.1,4)

Project Modules

There are no modules declared in this project.

Popsicle Cookie Jar

NPM version NPM downloads Build status Test coverage

Popsicle middleware for supporting cookies in node.js.

Installation

npm install popsicle-cookie-jar --save

Usage

import { cookies, CookieJar } from "popsicle-cookie-jar";

const middleware = compose([cookies(), transport()]);

The only argument to cookies is an optional CookieJar instance. By default, it will create an in-memory instance for you.

TypeScript

This project is written using TypeScript and publishes the definitions directly to NPM.

License

MIT

org.webjars.npm

ServieJS

Versions

Version
1.0.0