diff --git a/HttpServer/Http/Request.php b/HttpServer/Http/Request.php index b6281a3f..ab68fbe0 100644 --- a/HttpServer/Http/Request.php +++ b/HttpServer/Http/Request.php @@ -86,6 +86,15 @@ class Request extends HttpService } + /** + * @return mixed + */ + public function getStartTime() + { + return $this->headers->get('request_time_float'); + } + + /** * @return int */