Package

io.scalajs.npm

toughcookie

Permalink

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

    Permalink

    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]

    Permalink
  3. class CookieJar extends Object

    Permalink

    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

    Permalink

    Cookie Store

    Cookie Store

    Annotations
    @RawJSType() @native()
  5. class FileCookieStore extends Object with CookieStore

    Permalink

    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

    Permalink

    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

    Permalink

    Cookie Singleton

    Cookie Singleton

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

    Permalink
    Annotations
    @native() @JSImport( "tough-cookie" , JSImport.Namespace )

Inherited from AnyRef

Inherited from Any

Ungrouped