gpt4 book ai didi

java - 应用引擎 : howto see content from a POST request

转载 作者:行者123 更新时间:2023-11-29 08:16:09 24 4
gpt4 key购买 nike

我向我的 AppEngine 服务器发送了一个 POST 请求。HttpServletRequest 告诉我:

POST /connexionDeconnexion HTTP/1.1
User-Agent: Java/1.6.0_20
Host: localhost:8888
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive
Content-Type: application/x-www-form-urlencoded
Content-Length: 25

我已经发送了世界“HelloHelloHelloHelloHello”,根据 Content-Length 这是正确的。但是,我不知道如何恢复它。你能给我解释一下吗?

最佳答案

正如 Jigar 所说,您可以使用 request.getParameter()。如果您真的提交表单或将参数指定为 URL 参数 (http://myhost/mypath?myparam=myvalue),这将起作用。

如果您将数据作为 POST 正文发送,您应该从其正文中读取它,即通过调用 request.getInputStream() 检索输入流,然后从该流中读取。

关于java - 应用引擎 : howto see content from a POST request,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4780474/

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