Subversion request methods
Here are patches for squid2 and squid3 that add three missing methods
according to the list in the Subversion FAQ.
Pawel
/*
- * $Id: HttpRequestMethod.cc,v 1.1 2006/05/08 23:38:33 robertc Exp $
+ * $Id: HttpRequestMethod.cc,v 1.2 2007/03/03 18:25:05 hno Exp $
*
* DEBUG: section 73 HTTP Request
* AUTHOR: Duane Wessels
"UNSUBSCRIBE",
"POLL",
"REPORT",
+ "MKACTIVITY",
+ "CHECKOUT",
+ "MERGE",
"%EXT00",
"%EXT01",
"%EXT02",
/*
- * $Id: HttpRequestMethod.h,v 1.3 2006/05/10 21:03:04 hno Exp $
+ * $Id: HttpRequestMethod.h,v 1.4 2007/03/03 18:25:05 hno Exp $
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
METHOD_UNSUBSCRIBE,
METHOD_POLL,
METHOD_REPORT,
+ METHOD_MKACTIVITY,
+ METHOD_CHECKOUT,
+ METHOD_MERGE,
METHOD_EXT00,
METHOD_EXT01,
METHOD_EXT02,