submitForm is a helper used for submitting (ex.) GETs and POSTs to the server if expectNoContent is true, then it is expected that the response received will have a content length of zero
(
response interface{}, path string, params interface{}, body interface{},
requestMethod string, encodeJSON bool, decodeJSON bool, expectNoContent bool)
source not stored for this graph (policy: none)
no test coverage detected