File:  [Public] / libwww / Library / src / HTTP.html
Revision 2.32: download - view: text, annotated - select for diffs
Mon May 20 15:07:21 1996 UTC (28 years ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b3, Release-4-1b1, HEAD
close to 4.1 pre1

<HTML>
<HEAD>
<TITLE>W3C Reference Library libwww HTTP Client</TITLE>
<!-- Changed by: Henrik Frystyk Nielsen, 17-May-1996 -->
</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 "HTEvent.h"
#include "HTStream.h"
#include "HTFormat.h"

extern HTEventCallback HTLoadHTTP;
extern HTConverter HTTPStatus_new;

#endif /* HTTP_H */
</PRE>

<HR>
<ADDRESS>
@(#) $Id: HTTP.html,v 2.32 1996/05/20 15:07:21 frystyk Exp $
</ADDRESS>
</BODY>
</HTML>

Webmaster