Poq.SDK.Node

Home > @poq/sdk > HttpHeaderResponse > (constructor)

HttpHeaderResponse.(constructor)

Constructs a new instance of the HttpHeaderResponse class

Signature:

constructor(params: {
        name: string;
        value: string;
    });

Parameters

Parameter Type Description
params { name: string; value: string; }