什么可以是最大的“POST”尺寸我可以有吗? [英] What can be the maximum "POST" size I can have?

查看:166
本文介绍了什么可以是最大的“POST”尺寸我可以有吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

很抱歉,如果这是一个重复的问题,但我找不到任何关于我的担忧的大量信息。

Sorry if this is a duplicate question, but I couldn't find any substantial info on my concern.

目前,我有一个Java-GWT应用程序,它调用一个在应用程序引擎上部署的python脚本。他们通过REST进行通信。

Currently, I have a Java-GWT application which invokes a python script deployed on app engine. They communicate via REST.

那么我可以发送到部署脚本的Google App Engine的POST方法的最大大小是多少?

So what is the maximum size for POST method I can send to Google App Engine where the script is deployed?

是否与链接中指定的限制相同: https://groups.google.com/forum/#!topic/google-appengine-java/5V9W9ibq4Ns 。如果我们使用Python而不是Java,还有什么区别。

Is the limit same as specified in the link: https://groups.google.com/forum/#!topic/google-appengine-java/5V9W9ibq4Ns. Also any difference if we use Python instead of Java.

推荐答案

在GAE上,传入的请求不能超过32Mb。这包括整个请求大小(命令,路径,头文件),不仅仅是POST正文。这是独立于语言的。

On GAE the incoming request can not be longer than 32Mb. This includes the whole request size (command, path, headers), not only POST body. This is language independent.

这篇关于什么可以是最大的“POST”尺寸我可以有吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆