Interface: HttpCoreBlueprint
Interface: HttpCoreBlueprint
Represents the core HTTP blueprint for the application.
Extends
StoneBlueprint
<IncomingHttpEvent
,OutgoingHttpResponse
>
Indexable
[key: string]: unknown
Allow adding any additional custom properties. The value of the custom properties can be of any type, depending on user requirements.
Properties
stone
stone: HttpCoreConfig;
Application-level settings, including environment, middleware, logging, and service registration.
Overrides
StoneBlueprint.stone