有没有人知道如何使用mod_perl2访问/修改POST请求数据.在GET方法中,可以获取/设置请求QUERY字符串:
$args = $r->args(); $prev_args = $r->args($new_args);
如何在POST方法中获取/设置请求QUERY字符串?
perl apache2 http-post mod-perl2
apache2 ×1
http-post ×1
mod-perl2 ×1
perl ×1