gammaray-http-cookies.html 1.98 KB
Newer Older
xuebingbing's avatar
xuebingbing committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- gammaray-http-cookies.qdoc -->
  <title>HTTP Cookies | GammaRay User Manual</title>
</head>
<body>
<li><a href="index.html">GammaRay User Manual</a></li>
<li><a href="index.html">GammaRay User Manual</a></li>
<li>HTTP Cookies</li>
<li id="buildversion">GammaRay User Manual 2.9.0</li>
  <link rel="prev" href="gammaray-application-attributes.html" />
  <link rel="next" href="examples-gammaray.html" />
<p class="naviNextPrevious headerNavi">
<a class="prevPage" href="gammaray-application-attributes.html">Application Attributes</a>
<a class="nextPage" href="examples-gammaray.html">Examples</a>
</p><p/>
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#overview">Overview</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">HTTP Cookies</h1>
<span class="subtitle"></span>
<!-- $$$gammaray-http-cookies.html-description -->
<div class="descr"> <a name="details"></a>
<a name="overview"></a>
<h2 id="overview">Overview</h2>
<p>The HTTP cookie view shows a list of cookies held by a cookie store associated with the currently selected object. In particular these can be:</p>
<ul>
<li>A <a href="../qtnetwork/qnetworkcookiejar.html">QNetworkCookieJar</a> instance.</li>
<li>A <a href="../qtnetwork/qnetworkaccessmanager.html">QNetworkAccessManager</a> instance.</li>
</ul>
<p class="centerAlign"><img src="images/gammaray-http-cookies.png" alt="" /></p><p>The information shown in the HTTP cookie view correspond to the properties of <a href="../qtnetwork/qnetworkcookie.html">QNetworkCookie</a>.</p>
</div>
<!-- @@@gammaray-http-cookies.html -->
<p class="naviNextPrevious footerNavi">
<a class="prevPage" href="gammaray-application-attributes.html">Application Attributes</a>
<a class="nextPage" href="examples-gammaray.html">Examples</a>
</p>
</body>
</html>