From: "Chuck Murcko" <[EMAIL PROTECTED]>
Sent: Wednesday, August 01, 2001 6:03 PM
> Cool. Should we plan to reserve some bits for possible future official
> methods?
Nope. I'd argue we let http get it's bits just like any other protocol
or http module :) In fact, pare it back _down_ to something reasonable,
based on what is actually implemented in the core. If it's a loadable
(optional) module, it aught to reserve itself a bit at init.
> On Wednesday, August 1, 2001, at 12:40 PM, Cody Sherr wrote:
>
> >
> > This is a repost of the patch with the proper [PATCH] Subject: line.
> >
> > The purpose of this patch is to allow modules to register request
> > methods,
> > 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.
> >
> >
>
> Chuck Murcko
> Topsail Group
> http://www.topsail.org/
>