Results for “Std.App.App”
23 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.App
The program: what it is called, what it was told, what it serves, what has
- Std.App.configOf
&Std.App.App -> Std.App.Config.ConfigWhat the application was told.
- Std.App.explain
&Std.App.AppError -> StrWhat a refusal says.
- Std.App.measuring
&Std.App.App -> Std.Sync.Cell[Std.App.Metrics.Metrics] -> Str -> Std.App.AppThe application measuring its own traffic into a cell the program holds,
- Std.App.nameOf
&Std.App.App -> StrWhat the application is called.
- Std.App.over
Str -> &Std.App.Config.Config -> &Std.Http.Server.Route.Router -> Std.App.AppAn application over settings the caller already has, for a program whose
- Std.App.reporting
&Std.App.App -> Str -> Str -> &Array[Std.App.Health.Liveness] -> &Array[Std.App.Health.Readiness] -> Std.App.Health.Reading -> Std.App.AppThe application answering what it is asked about itself.
- Std.App.routerOf
&Std.App.App -> Std.Http.Server.Route.RouterWhat the application serves.
- Std.App.run
&Std.App.App -> Result[Int, Std.App.AppError]Start everything, serve until the work is finished, then stop everything.
- Std.App.serve
Str -> &Std.Http.Server.Route.Router -> Result[Int, Std.App.AppError]A name and a router, and a service is running.
- Std.App.serving
&Std.App.App -> &Std.Http.Server.Route.Router -> Std.App.AppAn application with different routes.
- Std.App.sharing
&Std.App.App -> &Array[Str] -> Std.App.AppThe application, permitting the named origins to read its answers.
- Std.App.stageNames
&Std.App.App -> Array[Str]The names of the stages, in start order, for a program reporting itself.
- Std.App.stagesOf
&Std.App.App -> Array[Std.App.Stage.Stage]What has to be running before it serves, in the order it starts.
- Std.App.start
&Std.App.App -> Std.App.ReportStart every stage in order.
- Std.App.startDetailed
&Std.App.App -> Std.App.LifecycleReportStart in declaration order and retain failures from unwinding the started prefix.
- Std.App.steppedBy
&Std.App.App -> &Array[fn(Std.Http.Server.Route.Request, fn(Std.Http.Server.Route.Request) -> Std.Http.Response) -> Std.Http.Response] -> Std.App.AppThe application with steps a program chose instead of the usual ones.
- Std.App.stepsOf
&Std.App.App -> Array[fn(Std.Http.Server.Route.Request, fn(Std.Http.Server.Route.Request) -> Std.Http.Response) -> Std.Http.Response]The steps wrapped around this application's handlers.
- Std.App.stop
&Std.App.App -> Std.App.ReportStop every stage in reverse and summarize all failures.
- Std.App.stopDetailed
&Std.App.App -> Std.App.LifecycleReportStop every stage in reverse, retaining each failure separately.
- Std.App.using
&Std.App.App -> Std.App.Stage.Stage -> Std.App.AppAn application with one more thing to start.
- Std.App.web
Str -> &Std.Http.Server.Route.Router -> Result[Std.App.App, Std.App.AppError]The same application, built and not run.
- Std.App.wrapping
&Std.App.App -> fn(Std.Http.Server.Route.Request, fn(Std.Http.Server.Route.Request) -> Std.Http.Response) -> Std.Http.Response -> Std.App.AppThe application with one more step around every handler, outside the ones
