History log of /httpd/include/mod_request.h
Revision Date Author Comments Expand
29ecbd9db1622e74964264d078336f7604d65093 1072099 18-Feb-2011 jim

Expose "new" ap_parse_form_data() function instead of requiring mod_request for any module that may want to parse form data...

c033603eabef0ba88287fa7f0e22c5e1c6564f90 664227 07-Jun-2008 wrowe

You don't export the fn hooked or registered as an optional fn

cdf5dfffee81ade4014cd0ad43e4b07e0a237175 664167 07-Jun-2008 wrowe

No. You cannot rely on mod_foo.h magic from the 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.

82632a19f2f9c346fee2b28a65920ba9737b3973 647263 11-Apr-2008 minfrin

Move the KeptBodySize directive, kept_body filters and the ap_parse_request_body function out of the http module and into a new module called mod_request, reducing the size of the core.