ftp.nice.ch/pub/next/unix/network/www/lynx.2.7.2.NIHS.bs.tar.gz#/lynx.2.7.2.NIHS.bs/src/WWW/Library/Implementation/HTTP.h

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

/*                     /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTTP.html
                                HYPERTEXT TRANFER PROTOCOL
                                             
 */
#ifndef HTTP_H
#define HTTP_H

#include "HTAccess.h"

#ifdef GLOBALREF_IS_MACRO
extern GLOBALREF (HTProtocol,HTTP);
extern GLOBALREF (HTProtocol,HTTPS);
#else
GLOBALREF HTProtocol HTTP;
GLOBALREF HTProtocol HTTPS;
#endif /* GLOBALREF_IS_MACRO */

#define URL_GET_METHOD  1
#define URL_POST_METHOD 2
#define URL_MAIL_METHOD 3

#endif /* HTTP_H */

/*

   end of HTTP module definition
   
    */

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