| BaseRequestParser |
Class that implements the RequestParser interface, and also understands how
to:
This class will attempt to use the overridable parseCustom() method to
create the WaybackRequest object, but if that fails (returns null), it will
fall back to:
A) attempting to parse out an incoming OpenSearch format query
B) attempting to parse out any and all incoming form elements submitted as
either GET or POST arguments
This class also contains the functionality to extract HTTP header
information into WaybackRequest objects, including Http auth info, referer,
remote IPs, etc. |