IncomingMessageConstructor
Nodepod API / src / http / IncomingMessageConstructor
Interface: IncomingMessageConstructor()
Section titled “Interface: IncomingMessageConstructor()”Defined in: src/polyfills/http.ts:69
IncomingMessageConstructor(
this,sock?):void
Defined in: src/polyfills/http.ts:71
Parameters
Section titled “Parameters”any
Returns
Section titled “Returns”void
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new IncomingMessageConstructor(
sock?):IncomingMessage
Defined in: src/polyfills/http.ts:70
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Properties
Section titled “Properties”prototype
Section titled “prototype”prototype:
any
Defined in: src/polyfills/http.ts:72
Methods
Section titled “Methods”build()
Section titled “build()”build(
verb,target,hdrs):IncomingMessage
Defined in: src/polyfills/http.ts:73
Parameters
Section titled “Parameters”string
target
Section titled “target”string
Record<string, string>