Home | History | Annotate | Download | only in Api

Lines Matching refs:httpHeaders

926     QList<QByteArray> httpHeaders = req.rawHeaderList();
927 for (int i = 0; i < httpHeaders.size(); ++i) {
928 const QByteArray &headerName = httpHeaders.at(i);