UNPKG

@tobegames/core

Version:

Global packages widely used in other projects

11 lines (10 loc) 239 B
/** * Created by obert on 22.06.2017. */ export declare class HttpHeader { protected name: string; protected value: string; constructor(name: string, value: string); getName(): string; getValue(): string; }