Results for “Std.App.Trace.Trace”
16 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Trace.Trace
One piece of work, and this service's step in it.
- Std.App.Trace.Trace
Std.Http.MethodOne piece of work, and this service's step in it.
- Std.App.Trace.asHeader
&Std.App.Trace.Trace -> (Str, Str)The header as a name and a value, for adding to a request.
- Std.App.Trace.childOf
&Std.App.Trace.Trace -> Std.App.Trace.TraceA step within the same piece of work, for what this service hands on.
- Std.App.Trace.continuing
Option[Str] -> Bool -> Std.App.Trace.TraceThe trace a request carried, or a new one when it carried nothing this can
- Std.App.Trace.isRecorded
&Std.App.Trace.Trace -> BoolWhether it is being recorded.
- Std.App.Trace.parse
Str -> Option[Std.App.Trace.Trace]The trace a header names, or nothing when it names none.
- Std.App.Trace.recording
&Std.App.Trace.Trace -> Bool -> Std.App.Trace.TraceThe same trace, recorded or not.
- Std.App.Trace.render
&Std.App.Trace.Trace -> StrThe header this trace travels in.
- Std.App.Trace.span
&Std.App.Trace.Trace -> Str -> Int -> Std.App.Trace.SpanA stretch of work beginning now.
- Std.App.Trace.starting
Bool -> Std.App.Trace.TraceA new piece of work, recorded or not as the caller says.
- Std.App.Trace.stepOf
&Std.App.Trace.Trace -> StrWhat this step in it is called.
- Std.App.Trace.traced
&Std.App.Trace.Trace -> BoolWhether a trace is one anything can follow.
- Std.App.Trace.untraced
Std.App.Trace.TraceA trace that follows nothing and is not recorded.
- Std.App.Trace.workOf
&Std.App.Trace.Trace -> StrWhat the whole piece of work is called.
- Std.Http.Server.Guard.traceOf
&Std.Http.Server.Route.Request -> Bool -> Std.App.Trace.TraceThe trace a request belongs to, continued from what it carried.
