ons 2012-09-12 klockan 10:26 +0300 skrev Eliezer Croitoru: > if it was a string what will be the string structure?
It's not a string. The first hashed octet is the Squid internal method representation in binary integer form. Followed by the requested URL. See storeKeyPublic() function for details http://bazaar.launchpad.net/~squid/squid/3-trunk/view/head:/src/store_key_md5.cc#L118 And for method number assignment see HttpRequestMethod http://bazaar.launchpad.net/~squid/squid/3-trunk/view/head:/src/HttpRequestMethod.h#L41 Regards Henrik
