gpt4 book ai didi

java - 在 Google Cloud Endpoints 中获取原始 HTTP 数据( header 、Cookie 等)

转载 作者:IT老高 更新时间:2023-10-28 20:26:28 25 4
gpt4 key购买 nike

我想知道是否可以在 Cloud Endpoint 中收集原始 HTTP 数据。我似乎在 Google 的文档中找不到任何内容,但 App Engine 的 Twitter 告诉我它是 (https://twitter.com/app_engine/status/305747445017624576)。如果是这样,我可以请它的语法吗?我知道 GCE 的 API 仍处于早期阶段,我们将不胜感激。

最佳答案

将 HttpServletRequest 参数添加到您的端点方法,例如

@ApiMethod
public MyResponse getResponse( HttpServletRequest req, @Named("infoId") String infoId ) {
// Use 'req' as you would in a servlet, e.g.
String ipAddress = req.getRemoteAddr();
...
}

关于java - 在 Google Cloud Endpoints 中获取原始 HTTP 数据( header 、Cookie 等),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15056830/

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