home *** CD-ROM | disk | FTP | other *** search
- /* /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTTP.html
- HYPERTEXT TRANFER PROTOCOL
-
- */
- #ifndef HTTP_H
- #define HTTP_H
-
- #include "HTAccess.h"
-
- GLOBALREF HTProtocol HTTP;
- GLOBALREF HTProtocol HTTPS;
-
- #define URL_GET_METHOD 1
- #define URL_POST_METHOD 2
- #define URL_MAIL_METHOD 3
-
- #endif /* HTTP_H */
-
- /*
-
- end of HTTP module definition
-
- */
-