This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
ncsa-mosaic/libwww2/HTTP.h

14 lines
218 B
C

/* HyperText Tranfer Protocol HTTP.h
** ==========================
*/
#ifndef HTTP_H
#define HTTP_H
#include "HTAccess.h"
extern HTProtocol HTTP;
#endif /* HTTP_H */