Variable: nodeHttpAdapterResolver
Variable: nodeHttpAdapterResolver
const nodeHttpAdapterResolver: AdapterResolver;
Resolver function for the HTTP adapter.
This function creates a NodeHTTPAdapter
instance, which acts as the bridge between the HTTP server and the Stone.js framework.
Param
The application blueprint for dependency resolution.
Returns
An AdapterResolver
instance for managing HTTP interactions.