Package-level declarations

Contains Framework Start, Stop, Context Configurations.

Types

Link copied to clipboard

Basic Http Config to start and stop the server

Link copied to clipboard
class ControllersDependencyInjectionConfig(server: HttpServer)

This class is responsible for the dependency injection of the controllers It scans all packages to get the classes with the @Controller annotation And for each class, it creates a new instance with the parameters injected And for each method in the class, it creates a http context to path and handler Based in the properties of the annotation

Link copied to clipboard
class HttpContextConfig(server: HttpServer)

This class is responsible for creating the contexts for the HttpServer and adding the filters to the contexts.