home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Internet
/
Collection of Internet.iso
/
msdos
/
lynx
/
source
/
www
/
library
/
implemen
/
http.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-25
|
372 b
|
19 lines
/* /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;
#endif /* HTTP_H */
/*
end of HTTP module definition
*/