Today we have a couple of ways of specifying the routing, version, and version
type of a given document request.
Beyond camelCase, we use:
_routing or routing
_version or version
_version_type or version_type
This makes the use of ParseField difficult for these parameters, as the camelCase of say _routing isn't routing. We should probably settle on using only one, or make ParseField handle this case.
Relates to #8988