Expand description
Provides a request context that carries a deadline and trace context. This context is sent from client to server and is used by the server to enforce response deadlines.
Structs§
- Context
- A request context that carries request-scoped information like deadlines and trace information. It is sent from client to server and is used by the server to enforce response deadlines.
Functions§
- current
- Returns the context for the current request, or a default Context if no request is active.