A class decorator for registering a Node.js HTTP adapter in the Stone.js framework.
The decorator modifies the nodeHttpAdapterBlueprint by merging the provided options
with the default configuration. It also registers the blueprint to the target class using
the addBlueprint utility.
NB: This decorator is stubbed for browser environments compatibility and does not
perform any actual functionality in the browser. It is intended for use in Node.js environments
where the Node.js HTTP adapter is applicable.
Type Parameters
TextendsClassType = ClassType
The type of the class being decorated, defaulting to ClassType.
A class decorator for registering a Node.js HTTP adapter in the Stone.js framework.
The decorator modifies the
nodeHttpAdapterBlueprintby merging the provided options with the default configuration. It also registers the blueprint to the target class using theaddBlueprintutility.NB: This decorator is stubbed for browser environments compatibility and does not perform any actual functionality in the browser. It is intended for use in Node.js environments where the Node.js HTTP adapter is applicable.