src/prologue/core/server

Search:
Group by:
Source   Edit  

Procs

func appAddress(app: Prologue): string {.inline, ...raises: [], tags: [],
    forbids: [].}
Gets the address from the settings. Source   Edit  
func appDebug(app: Prologue): bool {.inline, ...raises: [], tags: [], forbids: [].}
Gets the debug attributes from the settings. Source   Edit  
func appName(app: Prologue): string {.inline, ...raises: [], tags: [], forbids: [].}
Gets the appName attributes from the settings. Source   Edit  
func appPort(app: Prologue): Port {.inline, ...raises: [], tags: [], forbids: [].}
Gets the port from the settings. Source   Edit