Packages

p

io.scalajs.npm

toughcookie

package toughcookie

toughcookie package object

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. toughcookie
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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

  2. type CookieCallback[T] = Function2[Error, T, Any]
  3. 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

  4. trait CookieStore extends Object

    Cookie Store

    Cookie Store

    Annotations
    @RawJSType() @native()
  5. 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

  6. trait ToughCookie extends Object

    Tough-Cookie Object

    Tough-Cookie Object

    Annotations
    @RawJSType() @native()
    See also

    https://www.npmjs.com/package/tough-cookie

Value Members

  1. object Cookie extends Object

    Cookie Singleton

    Cookie Singleton

    Annotations
    @native() @JSImport( "tough-cookie" , JSImport.Namespace )
  2. object ToughCookie extends Object with ToughCookie
    Annotations
    @native() @JSImport( "tough-cookie" , JSImport.Namespace )

Inherited from AnyRef

Inherited from Any

Ungrouped