register_one_method  426 modules/http/http_protocol.c     register_one_method(p, "GET", M_GET);
register_one_method  427 modules/http/http_protocol.c     register_one_method(p, "PUT", M_PUT);
register_one_method  428 modules/http/http_protocol.c     register_one_method(p, "POST", M_POST);
register_one_method  429 modules/http/http_protocol.c     register_one_method(p, "DELETE", M_DELETE);
register_one_method  430 modules/http/http_protocol.c     register_one_method(p, "CONNECT", M_CONNECT);
register_one_method  431 modules/http/http_protocol.c     register_one_method(p, "OPTIONS", M_OPTIONS);
register_one_method  432 modules/http/http_protocol.c     register_one_method(p, "TRACE", M_TRACE);
register_one_method  433 modules/http/http_protocol.c     register_one_method(p, "PATCH", M_PATCH);
register_one_method  434 modules/http/http_protocol.c     register_one_method(p, "PROPFIND", M_PROPFIND);
register_one_method  435 modules/http/http_protocol.c     register_one_method(p, "PROPPATCH", M_PROPPATCH);
register_one_method  436 modules/http/http_protocol.c     register_one_method(p, "MKCOL", M_MKCOL);
register_one_method  437 modules/http/http_protocol.c     register_one_method(p, "COPY", M_COPY);
register_one_method  438 modules/http/http_protocol.c     register_one_method(p, "MOVE", M_MOVE);
register_one_method  439 modules/http/http_protocol.c     register_one_method(p, "LOCK", M_LOCK);
register_one_method  440 modules/http/http_protocol.c     register_one_method(p, "UNLOCK", M_UNLOCK);
register_one_method  441 modules/http/http_protocol.c     register_one_method(p, "VERSION-CONTROL", M_VERSION_CONTROL);
register_one_method  442 modules/http/http_protocol.c     register_one_method(p, "CHECKOUT", M_CHECKOUT);
register_one_method  443 modules/http/http_protocol.c     register_one_method(p, "UNCHECKOUT", M_UNCHECKOUT);
register_one_method  444 modules/http/http_protocol.c     register_one_method(p, "CHECKIN", M_CHECKIN);
register_one_method  445 modules/http/http_protocol.c     register_one_method(p, "UPDATE", M_UPDATE);
register_one_method  446 modules/http/http_protocol.c     register_one_method(p, "LABEL", M_LABEL);
register_one_method  447 modules/http/http_protocol.c     register_one_method(p, "REPORT", M_REPORT);
register_one_method  448 modules/http/http_protocol.c     register_one_method(p, "MKWORKSPACE", M_MKWORKSPACE);
register_one_method  449 modules/http/http_protocol.c     register_one_method(p, "MKACTIVITY", M_MKACTIVITY);
register_one_method  450 modules/http/http_protocol.c     register_one_method(p, "BASELINE-CONTROL", M_BASELINE_CONTROL);
register_one_method  451 modules/http/http_protocol.c     register_one_method(p, "MERGE", M_MERGE);
register_one_method  485 modules/http/http_protocol.c     register_one_method(p, methname, cur_method_number);