parser-multipart
Preparing search index...
Parser
Class Parser
Index
Constructors
constructor
Properties
headers
parts
type
Accessors
responses
Methods
done
parse
push
Constructors
constructor
new
Parser
(
headers
:
string
|
Headers
|
Record
<
string
,
string
>
)
:
Parser
Parameters
headers
:
string
|
Headers
|
Record
<
string
,
string
>
Returns
Parser
Properties
headers
headers
:
Record
<
string
,
string
>
= {}
parts
parts
:
Part
[]
= []
type
type
:
string
Accessors
responses
get
responses
()
:
Response
[]
Returns
Response
[]
Methods
done
done
()
:
boolean
Returns
boolean
parse
parse
(
text
:
string
)
:
Parser
Parameters
text
:
string
Returns
Parser
push
push
(
line
:
string
)
:
void
Parameters
line
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
headers
parts
type
Accessors
responses
Methods
done
parse
push
parser-multipart
Loading...