Response

Moduleejs.web
Namespace"ejs.web"
Definitionfinal class Response
InheritanceResponse inherit Object

HTTP response class.

The Http response object stores information about HTTP responses.


Properties

QualifiersPropertyTypeDescription
public codeNumberHTTP response code.
public filenameStringFilename for the Script name.
public headersArrayReponse headers.
public mimeTypeStringResponse content mime type.

Response Methods

QualifiersMethod
Response()

Method Detail

Response()