Diff for /libwww/Library/src/HTResponse.html between versions 2.6 and 2.7

version 2.6, 1998/01/04 16:54:05 version 2.7, 1998/03/05 21:56:24
Line 293  extern HTList * HTResponse_encoding (HTR Line 293  extern HTList * HTResponse_encoding (HTR
 extern BOOL HTResponse_addEncoding  (HTResponse * response, HTEncoding enc);  extern BOOL HTResponse_addEncoding  (HTResponse * response, HTEncoding enc);
 </PRE>  </PRE>
 <H3>  <H3>
     Transfer Encodings
   </H3>
   <P>
   The list of encodings that we have received in the response.
   <PRE>
   extern HTList * HTResponse_transfer (HTResponse * response);
   extern BOOL HTResponse_addTransfer  (HTResponse * response, HTEncoding te);
   </PRE>
   <H3>
   Content Transfer Encodings    Content Transfer Encodings
 </H3>  </H3>
 <P>  <P>
 Any transfer encoding that we have received in the response.  Any transfer encoding that we have received in the response.
 <PRE>  <PRE>
 extern HTEncoding HTResponse_transfer (HTResponse * response);  extern HTEncoding HTResponse_contentTransferEncoding (HTResponse * response);
 extern BOOL HTResponse_setTransfer (HTResponse * response, HTEncoding cte);  extern BOOL HTResponse_setContentTransferEncoding (HTResponse * response,
                                                      HTEncoding cte);
 </PRE>  </PRE>
 <H3>  <H3>
   Vary Headers    Vary Headers

Removed from v.2.6  
changed lines
  Added in v.2.7


Webmaster