Packages

trait ServerOptions extends Object with StObject

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

Value Members

  1. val IncomingMessage: UndefOr[Instantiable1[Socket, IncomingMessage]]
  2. val ServerResponse: UndefOr[Instantiable1[IncomingMessage, ServerResponse]]
  3. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  4. val insecureHTTPParser: UndefOr[Boolean]

    Use an insecure HTTP parser that accepts invalid HTTP headers when true.

    Use an insecure HTTP parser that accepts invalid HTTP headers when true. Using the insecure parser should be avoided. See --insecure-http-parser for more information.

  5. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  6. val maxHeaderSize: UndefOr[Double]

    Optionally overrides the value of [--max-http-header-size][] for requests received by this server, i.e.

    Optionally overrides the value of [--max-http-header-size][] for requests received by this server, i.e. the maximum length of request headers in bytes.

  7. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  8. def toLocaleString(): String
    Definition Classes
    Object
  9. def valueOf(): Any
    Definition Classes
    Object