Diff for /libwww/Library/src/HTReqMan.html between versions 2.9 and 2.10

version 2.9, 1995/11/22 23:34:23 version 2.10, 1995/11/27 03:05:17
Line 1 Line 1
 <HTML>  <HTML>
 <HEAD>  <HEAD>
 <TITLE>Request Manager</TITLE>  <TITLE>Request Manager</TITLE>
 <!-- Changed by: Henrik Frystyk Nielsen, 22-Nov-1995 -->  <!-- Changed by: Henrik Frystyk Nielsen, 24-Nov-1995 -->
 </HEAD>  </HEAD>
 <BODY>  <BODY>
   
Line 93  struct _HTRequest { Line 93  struct _HTRequest {
 <H3>Anchors</H3>  <H3>Anchors</H3>
   
 <PRE>  <PRE>
     HTParentAnchor *    anchor;      char *              access;        /* The Server access for this request */
       HTParentAnchor *    anchor;        /* The Client anchor for this request */
   
     HTChildAnchor *     childAnchor;        /* For element within the object */      HTChildAnchor *     childAnchor;        /* For element within the object */
     HTParentAnchor *    parentAnchor;                   /* For referer field */      HTParentAnchor *    parentAnchor;                   /* For referer field */
 </PRE>  </PRE>
Line 170  This will go into its own structure Line 172  This will go into its own structure
     HTAARealm * realm;                  /* Password realm                 */      HTAARealm * realm;                  /* Password realm                 */
     char *      dialog_msg;             /* Authentication prompt (client) */      char *      dialog_msg;             /* Authentication prompt (client) */
   
   #if 0
     HTInputSocket *     isoc;           /* InputSocket object for reading */      HTInputSocket *     isoc;           /* InputSocket object for reading */
   #endif
 </PRE>  </PRE>
   
 <H3>Windows Specific Information</H3>  <H3>Windows Specific Information</H3>

Removed from v.2.9  
changed lines
  Added in v.2.10


Webmaster