XML Configurable "Renderers" for reformatting of HTTP request parameters.
BackLinkRequestFormatter - Creates a back link by copying the http requests to session cache at the time of a "mark" event.
BasicRequestFormatter - Formats an http request as a delimited string of parameter values. (e.g. "Flat file" format). Used for translating search request to log file entry.
DynamicRequestFormatter - Formats an http request based on the properties of the request and/or current user.
PatternRequestFormatter - Uses a String pattern template to format a field or fields of an HTTP Request.
RequestQueryMapper - Converts an HTTP request to query string. First converts the request to an RTI OrderedMap, then Uses a IQueryFormatter to render the OrderedMap to a query string.
RequestResultMapper - Converts an HTTP request to an IResult - using basic parameter mapping, so that standard RTI IResultRenderers can be used to format the request.