Class HttpRequest

Hierarchy

  • IncomingMessage
    • HttpRequest

Constructors

  • Parameters

    • socket: Socket

    Returns HttpRequest

Properties

body?: {
    [name: string]: any;
}

Cache of parsed fields. If middleware prior to Deepkit populates this, Deepkit will re-use it.

Type declaration

  • [name: string]: any
store: {
    [name: string]: any;
} = {}

A store that can be used to transport data from guards/listeners to ParameterResolvers/controllers.

Type declaration

  • [name: string]: any
uploadedFiles: {
    [name: string]: UploadedFile;
} = {}

Type declaration

Methods

Generated using TypeDoc