The only incompatibility still now is that Params apparently returns a combined collection of QueryString, Form, Cookies, and ServerVariables items. Unlike the indexer, which returns the first item found from those collections.
I'm unsure how I can accomplish that in an efficient way.
Originally posted by @sdekock in #310 (comment)