HTTP.h
Upload User: zlh9724
Upload Date: 2007-01-04
Package Size: 1991k
Code Size: 1k
Category:

Browser Client

Development Platform:

Unix_Linux

  1. /*                                                                                HTTP Access
  2.                      MULTI THREADED HYPERTEXT TRANFER PROTOCOL MODULE
  3.                                              
  4.  */
  5. /*
  6. **      (c) COPYRIGHT MIT 1995.
  7. **      Please first read the full copyright statement in the file COPYRIGH.
  8. */
  9. /*
  10.    This is actually a very small definition file as almost everything is set up elsewhere.
  11.    
  12.    This module is implemented by HTTP.c, and it is a part of the W3C Reference Library.
  13.    
  14.  */
  15. #ifndef HTTP_H
  16. #define HTTP_H
  17. #include "HTEvntrg.h"
  18. #include "HTStream.h"
  19. #include "HTFormat.h"
  20. extern HTEventCallback HTLoadHTTP;
  21. extern HTConverter HTTPStatus_new;
  22. #endif /* HTTP_H */
  23. /*
  24.    End of HTTP module declaration */