Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StringBufferAdapterParser<Parsed>

StringBufferAdapterParser adapts the buffer list of the NodeHTTPTransport to a string that is passed to another parser for final parsing.

Type parameters

  • Parsed

Hierarchy

  • StringBufferAdapterParser

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

accepts

accepts: string = this.parser.accepts

parser

parser: Parser<string, Parsed>

Methods

apply

  • apply(raw: Buffer[]): Except<Parsed>

Generated using TypeDoc