summaryrefslogtreecommitdiff
path: root/include/mod_request.h
Commit message (Collapse)AuthorAgeFilesLines
* Expose "new" ap_parse_form_data() function instead of requiringJim Jagielski2011-02-181-50/+0
| | | | | | mod_request for any module that may want to parse form data... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1072099 13f79535-47bb-0310-9956-ffa450edef68
* You don't export the fn hooked or registered as an optional fnWilliam A. Rowe Jr2008-06-071-23/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664227 13f79535-47bb-0310-9956-ffa450edef68
* No. You cannot rely on mod_foo.h magic from theWilliam A. Rowe Jr2008-06-061-0/+137
| | | | | | | | | various subdirectories if you will consume it in the core (server/*.c). server/request.c needs mod_request (similar to mod_core.h) so this never belonged in the subdir. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664167 13f79535-47bb-0310-9956-ffa450edef68
* Move the public mod_request.h header out of the include directory and back ↵Graham Leggett2008-04-151-124/+0
| | | | | | | | | | to modules/filters. The current build of exports.c assumes that everything in include is part of the core, and so putting the header there creates link errors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@648254 13f79535-47bb-0310-9956-ffa450edef68
* Move the KeptBodySize directive, kept_body filters and theGraham Leggett2008-04-111-0/+124
ap_parse_request_body function out of the http module and into a new module called mod_request, reducing the size of the core. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@647263 13f79535-47bb-0310-9956-ffa450edef68