Added src/dispatch/request.py: The IVLE Request class. dispatch module now transforms the Apache request object into an IVLE one, and goes through it. (Note this temporarily means the content type is no longer set, because the request object is missing functionality).
Added brief description of this object in notes/apps/dispatch.txt.