Calling `get`, `post`, etc. is much more common than submit. The
params of `post`,`put`, and `patch` are submitted as a form body, and
the params of the other methods are submitted on the query string.
`submit` allows finer control if you don't like the way the other
methods are defined, or if you're using a non-standard HTTP method.
--
Ross A. Baker
ba...@alumni.indiana.edu
Indianapolis, IN, USA