t

express

StaticOptions

trait StaticOptions extends Object

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StaticOptions
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val dotfiles: UndefOr[Dotfile]
    Annotations
    @JSOptional()
  2. val etag: UndefOr[Boolean]
    Annotations
    @JSOptional()
  3. val extensions: UndefOr[|[Boolean, Array[String]]]
    Annotations
    @JSOptional()
  4. val fallthrough: UndefOr[Boolean]
    Annotations
    @JSOptional()
  5. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  6. val immutable: UndefOr[Boolean]
    Annotations
    @JSOptional()
  7. val index: UndefOr[|[String, Boolean]]
    Annotations
    @JSOptional()
  8. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  9. val lastModifid: UndefOr[Boolean]
    Annotations
    @JSOptional()
  10. val maxAge: UndefOr[Int]
    Annotations
    @JSOptional()
  11. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  12. val redirect: UndefOr[Boolean]
    Annotations
    @JSOptional()
  13. val setHeaders: UndefOr[Function3[Response, String, Dynamic, Unit]]
    Annotations
    @JSOptional()
  14. def toLocaleString(): String
    Definition Classes
    Object
  15. def valueOf(): Any
    Definition Classes
    Object