Home | History | Annotate | Download | only in qt

Lines Matching refs:httpMethod

331 String QNetworkReplyHandler::httpMethod() const
345 return m_resourceHandle->firstRequest().httpMethod();
362 if (r.httpMethod() == "GET")
364 else if (r.httpMethod() == "HEAD")
366 else if (r.httpMethod() == "POST")
368 else if (r.httpMethod() == "PUT")
370 else if (r.httpMethod() == "DELETE")
530 httpMethod() == "POST")
534 newRequest.setHTTPMethod(httpMethod());
625 return manager->sendCustomRequest(m_request, m_resourceHandle->firstRequest().httpMethod().latin1().data());