File:  [Public] / XML / nanohttp.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Sep 17 10:21:04 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
CVS tags: HEAD
Added a minimal HTTP implementation to fetch external resources, Daniel.

/*
 * nanohttp.c: minimalist HTTP implementation to fetch external subsets.
 *
 * See Copyright for the status of this software.
 *
 * Daniel.Veillard@w3.org
 */
 
#ifndef __NANO_HTTP_H__
#define __NANO_HTTP_H__
int	xmlNanoHTTPFetch	(const char *URL,
				 const char *filename);
#endif __NANO_HTTP_H__

Webmaster