@@ -40,6 +40,16 @@ func Http() *http.Server {
return std.Http()
}
+func Name() string {
+ initApplication()
+ return std.opts.Name
+}
+
+func Version() string {
+ return std.opts.Version
func Debug() bool {
initApplication()
return std.opts.EnableDebug