Configuration module for serverino.
UDA. You can use to filter requests using a uri.
Struct used to setup serverino. You must return this struct from a function with @onServerInit UDA attached.
UDA. You can use to filter requests using a function bool(Request request) { }
See Source File
Configuration module for serverino.