Per-request data that should be available inside handlers.
More...
#include <userver/server/request/task_inherited_data.hpp>
|
std::string_view | path |
| The static path of the handler.
|
|
std::string_view | method |
| The method of the request.
|
|
std::chrono::steady_clock::time_point | start_time {} |
| The time when the request started being handled.
|
|
engine::Deadline | deadline |
| The time when there is no use handling the request anymore.
|
|
DeadlineSignal | deadline_signal {} |
| Signals when an operation has detected deadline expiration.
|
|
Per-request data that should be available inside handlers.
Definition at line 32 of file task_inherited_data.hpp.
◆ deadline
◆ deadline_signal
◆ method
std::string_view server::request::TaskInheritedData::method |
◆ path
std::string_view server::request::TaskInheritedData::path |
◆ start_time
std::chrono::steady_clock::time_point server::request::TaskInheritedData::start_time {} |
The documentation for this struct was generated from the following file: