ServerRequest

io.github.edadma.nodejs.ServerRequest
trait ServerRequest extends Object

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def destroy(error: Error): this.type
def on(event: String, listener: Any): this.type
def pause(): this.type
def pipe(destination: Any): Any
def resume(): this.type
def unpipe(destination: Any): this.type

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

val aborted: Boolean
val complete: Boolean
val headers: Dictionary[String]
val hostname: UndefOr[String]
val httpVersion: String
val ip: UndefOr[String]
val method: String
val path: UndefOr[String]
val port: UndefOr[Int]
val protocol: UndefOr[String]
val query: UndefOr[Dictionary[String]]
val rawHeaders: Array[String]
val secure: UndefOr[Boolean]
val socket: Socket
val url: String