class Headers extends Object
- Annotations
- @RawJSType() @native() @JSImport( "node-fetch" , "Headers" )
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Headers
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def append(k: String, v: String): Unit
- def delete(k: String): Unit
- def forEach(cb: Function2[Any, String, Unit]): Unit
- def get(): Array[String]
- def get(k: String): String
- def has(k: String): Boolean
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def keys(): Iterator[String]
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
def
raw(): Dictionary[Array[String]]
Access fetch speciic property.
-
def
raw2(): Dictionary[Any]
- Annotations
- @JSName( "raw" )
- def set(k: String, v: Any): Unit
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
valueOf(): Any
- Definition Classes
- Object