HTTP URL - allowed characters in parameter names
You should also read RFC2396. It seems to be more informative than RFC3986.
There are no restrictions on escaped parameter names in the URI specs. There might be restrictions in the server-side software that you use, though. This is especially true if you use “homemade” scripts to interpret URIs.