what is the most practical way to access form values within a request-level IIS7 http module?
it looks like the most practical way is to intercept onbeginrequest and parse all the input manually if the input is either marked as urlencoded or multipart.