我正在尝试使用 GWAN 的 java servlet。使用 api.Gwan 类很容易让 GET 请求工作。
我的问题是如何让 POST 请求正常工作。
import api.Gwan;
public class ProccessGETRequest {
public static int jmain(long env, String[] args) {
//GET request is contained in the args
...
//but how do you access the POST request?
}
}
如果此功能不存在,有人可以建议一个实现。这将更容易弄清楚 api.Gwan 类是否是开源的...... :(