a http server and mini-web-framework in Slate
Clean URL parsing now works for more than one url arg. Examples:
/hello/Alex/page/2 => method #hello:page: with {'Alex'. '2'}. /hello/Alex/blah => method #hellp:page: with {'Alex'. True}.
Removed no longer necessary HeaderParser and merged its parser into RequestParser.