gpt4 book ai didi

http - 如何在 golang 中获取 http 请求的初始时间戳?

转载 作者:数据小太阳 更新时间:2023-10-29 03:40:46 25 4
gpt4 key购买 nike

我正在使用 revel 框架编写一个 golang 程序,我需要在其中检查 http 请求的初始时间戳。

我知道如何在 C# 中做到这一点:

 HttpContextWrapper context = Request.Properties["MS_HttpContext"] as HttpContextWrapper;

DateTime t2 = context.Timestamp.ToUniversalTime();

不太了解如何在 Go 中做到这一点。

最佳答案

.Net 框架中的 HttpContext 类 sets the timestamp when a request arrives at the server .您也可以将时间戳存储在请求处理函数的第一行。

关于http - 如何在 golang 中获取 http 请求的初始时间戳?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52590159/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com