Packages

class Headers extends Object

Annotations
@RawJSType() @native() @JSImport( "node-fetch" , "Headers" )
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Headers
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Headers(init: Headers = js.undefined.asInstanceOf[Headers])

Value Members

  1. def append(k: String, v: String): Unit
  2. def delete(k: String): Unit
  3. def forEach(cb: Function2[Any, String, Unit]): Unit
  4. def get(): Array[String]
  5. def get(k: String): String
  6. def has(k: String): Boolean
  7. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  8. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  9. def keys(): Iterator[String]
  10. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  11. def raw(): Dictionary[Array[String]]

    Access fetch speciic property.

  12. def raw2(): Dictionary[Any]
    Annotations
    @JSName( "raw" )
  13. def set(k: String, v: Any): Unit
  14. def toLocaleString(): String
    Definition Classes
    Object
  15. def valueOf(): Any
    Definition Classes
    Object