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

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.
2.8     ! frystyk    14:        extern  BOOL  HTCacheHTTP;
        !            15: This variable is now replaced by the (char *) HTCacheDir in HTAccess.html
        !            16: Henrik 09/03-94
2.1       timbl      17: 
2.7       timbl      18: <H3>Protocol</H3>
                     19: <PRE>GLOBALREF HTProtocol HTTP;
                     20: 
2.6       timbl      21: #endif /* HTTP_H */
2.1       timbl      22: 
2.7       timbl      23: </PRE>end of HTTP module definition</A></BODY>
2.6       timbl      24: </HTML>

Webmaster