]> granicus.if.org Git - apache/commit
Add the ability to extend the methods that Apache understands
authorRyan Bloom <rbb@apache.org>
Thu, 2 Aug 2001 04:25:20 +0000 (04:25 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 2 Aug 2001 04:25:20 +0000 (04:25 +0000)
commit85e8fbd0e21fec6cb8c6cb0af6cdb8c592bbec67
tree1c5c5f4c5b2d63f794243cdc2732fce82ccf12c4
parentc0dbe658163fac90c3ee93efeca9886b18c83910
Add the ability to extend the methods that Apache understands
and have those methods <limit>able in the httpd.conf. It uses
the same bit mask/shifted offset as the original HTTP methods
such as M_GET or M_POST, but expands the total bits from an int to
an ap_int64_t to handle more bits for new request methods than
an int provides.
Submitted by: Cody Sherr <csherr@covalent.net>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89869 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/http_config.h
include/http_core.h
include/http_protocol.h
include/httpd.h
modules/aaa/mod_access.c
modules/http/http_protocol.c
server/config.c
server/core.c
server/protocol.c