Files
2026-07-13 12:33:44 +08:00

726 B

@redeye/parser-core / ParserServer

Interface: ParserServer

Table of contents

Properties

Properties

name

name: string

The name of the server

Defined in

parser-server.ts:7


type

Optional type: "http" | "https" | "smb" | "dns"

The type of server

Default

'http';

Example

type = 'https';

Defined in

parser-server.ts:15