Home | History | Annotate | Download | only in parser

Lines Matching refs:httpBody

359         FormData* httpBody = documentLoader->request().httpBody();
360 if (httpBody && !httpBody->isEmpty())
361 m_httpBodyAsString = httpBody->flattenToString();