ftp.nice.ch/pub/next/connectivity/www/WorldWideWeb.0.16.N.bs.tar.gz#/WWW/NextStep/src_0.16/HTTP.h

This is HTTP.h in view mode; [Download] [Up]

/*	HyperText Tranfer Protocol					HTTP.h
**	==========================
*/


/*		Open Socket for reading from HTTP Server		HTTP_get()
**		========================================
**
**	Given a hypertext address, this routine opens a socket to the server,
**	sends the "get" command to ask for teh node, and then returns the
**	socket to the caller. The socket must later be closed by the caller.
**
** On entry,
**	arg	is the hypertext reference of the article to be loaded.
** On exit,
**	returns	>=0	If no error, a good socket number
**		<0	Error.
**
*/
#ifdef __STDC__
extern int HTTP_Get(const char * arg);
#else
extern int HTTP_Get();
#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.