File

src/modules/http/constants/echo-type.constants.ts

Description

Class used to specify whether a Http response should contain a response body.

Index

Properties

Properties

Static ID
Type : string
Default value : "ID"

ID is used to retrieve the response body's id.

Static NONE
Type : string
Default value : "NONE"

NONE is used when the response does not contain a response body.

export class StarkHttpEchoType {
	/**
	 * NONE is used when the response does not contain a response body.
	 */
	public static NONE = "NONE";
	/**
	 * ID is used to retrieve the response body's id.
	 */
	public static ID = "ID";
}

results matching ""

    No results matching ""