On 02/28/2011 04:44 PM, Amos Jeffries wrote: > In the final URL and protocol design we have AnyP::ProtocolType which > enumerates the registered protocols accepted in URLs (lower case) and > the request protocol field (upper case). Then URLScheme which expands > that to allow other protocol names accepted in URLs.
Perhaps this is too abstract to allow a meaningful discussion right now, but why not simplify and just have one AnyP::Protocol class that stores the ID and the image of any protocol? Can that cover both URL scheme (lowercase) and MIME message first-line (upper case) uses, among other things? Thank you, Alex.
