File:  [Public] / libwww / Library / src / HTTP.html
Revision 2.25: download - view: text, annotated - select for diffs
Fri Nov 3 22:38:12 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre6, v4/0pre5, v4/0C, v4/0B, v4/0, HEAD
new Header support

<HTML>
<HEAD>
<TITLE>HTTP Access</TITLE>
<!-- Changed by: Henrik Frystyk Nielsen, 23-Sep-1995 -->
</HEAD>
<BODY>

<H1>Multi Threaded HyperText Tranfer Protocol Module</H1>

<PRE>
/*
**	(c) COPYRIGHT MIT 1995.
**	Please first read the full copyright statement in the file COPYRIGH.
*/
</PRE>

This is actually a very small definition file as almost everything is
set up elsewhere. <P>

This module is implemented by <A HREF="HTTP.c">HTTP.c</A>, and it is a
part of the <A HREF="http://www.w3.org/pub/WWW/Library/">W3C Reference
Library</A>. <P>

<PRE>
#ifndef HTTP_H
#define HTTP_H

#include "HTEvntrg.h"

extern HTEventCallback HTLoadHTTP;

#endif /* HTTP_H */
</PRE>

End of HTTP module declaration
</BODY>
</HTML>


Webmaster