package toughcookie
toughcookie package object
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- toughcookie
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
Cookie
extends Object
Tough-Cookie
Tough-Cookie
- Annotations
- @RawJSType() @native() @JSImport( "tough-cookie" , JSImport.Namespace )
- See also
https://www.npmjs.com/package/tough-cookie
- type CookieCallback[T] = Function2[Error, T, Any]
-
class
CookieJar
extends Object
Tough-Cookie Jar
Tough-Cookie Jar
- Annotations
- @RawJSType() @native() @JSImport( "tough-cookie" , "CookieJar" )
- See also
https://www.npmjs.com/package/tough-cookie
-
trait
CookieStore
extends Object
Cookie Store
Cookie Store
- Annotations
- @RawJSType() @native()
-
class
FileCookieStore
extends Object with CookieStore
Tough-Cookie File Cookie Store
Tough-Cookie File Cookie Store
- Annotations
- @RawJSType() @native() @JSImport( "tough-cookie-filestore" , JSImport.Namespace )
- See also
https://github.com/mitsuru/tough-cookie-filestore
-
trait
ToughCookie
extends Object
Tough-Cookie Object
Tough-Cookie Object
- Annotations
- @RawJSType() @native()
- See also
https://www.npmjs.com/package/tough-cookie
Value Members
-
object
Cookie
extends Object
Cookie Singleton
Cookie Singleton
- Annotations
- @native() @JSImport( "tough-cookie" , JSImport.Namespace )
-
object
ToughCookie
extends Object with ToughCookie
- Annotations
- @native() @JSImport( "tough-cookie" , JSImport.Namespace )