Diff for /libwww/Library/src/HTReqMan.html between versions 2.37 and 2.38

version 2.37, 1997/02/16 18:42:54 version 2.38, 1997/11/26 16:05:45
Line 159  These are the accept headers that we wan Line 159  These are the accept headers that we wan
     HTList *            encodings;      HTList *            encodings;
     BOOL                enc_local;      BOOL                enc_local;
   
     HTList *            ctes;      HTList *            tes;
     BOOL                cte_local;      BOOL                te_local;
   
     HTList *            languages;      HTList *            languages;
     BOOL                lang_local;      BOOL                lang_local;
Line 219  are to be sent as part of the <CODE>Conn Line 219  are to be sent as part of the <CODE>Conn
     HTAssocList *       connection;      HTAssocList *       connection;
 </PRE>  </PRE>
 <H3>  <H3>
     Expect Directives
   </H3>
   <P>
   The Expect request-header field is used to indicate that particular
   server behaviors are required by the client.  A server that does not
   understand or is unable to comply with any of the expectation values in
   the Expect field of a request MUST respond with appropriate error
   status.
   
   <PRE>
       HTAssocList *       expect;
   </PRE>
   <H3>
   Access Authentication Information    Access Authentication Information
 </H3>  </H3>
 <P>  <P>

Removed from v.2.37  
changed lines
  Added in v.2.38


Webmaster