Annotation of libwww/Library/src/HTTP.html, revision 2.7

2.6       timbl       1: <HTML>
                      2: <HEAD>
                      3: <TITLE>/Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTTP.html</TITLE></HEAD>
                      4: <BODY>
                      5: <H1>HyperText Tranfer Protocol</H1>
                      6: <PRE>#ifndef HTTP_H
2.1       timbl       7: #define HTTP_H
                      8: 
                      9: #include "HTAccess.h"
                     10: 
2.7     ! timbl      11: </PRE>
        !            12: <H3>Cache control flag</H3>Turn this off if you don't want HTTP
        !            13: protocol fetches to leave cache files.
        !            14: <PRE>extern    BOOL  HTCacheHTTP;
2.1       timbl      15: 
2.7     ! timbl      16: </PRE>
        !            17: <H3>Protocol</H3>
        !            18: <PRE>GLOBALREF HTProtocol HTTP;
        !            19: 
2.6       timbl      20: #endif /* HTTP_H */
2.1       timbl      21: 
2.7     ! timbl      22: </PRE>end of HTTP module definition</A></BODY>
2.6       timbl      23: </HTML>

Webmaster