New utility yaz_url: fetches HTTP content
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 10 Aug 2011 13:03:53 +0000 (15:03 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 10 Aug 2011 13:03:53 +0000 (15:03 +0200)
commit8cd8912e4ff99fd53ff78a028f7d84418e494b0d
tree1950d93a597bd9cdd5dd06b2dbd3f77e63640755
parent4487d4c1bac624b4d02f99ad0f1239e405bed425
New utility yaz_url: fetches HTTP content

This is a simple wrapper around COMSTACK and HTTP utilities; deals
with proxy'ing.
include/yaz/Makefile.am
include/yaz/url.h [new file with mode: 0644]
src/Makefile.am
src/url.c [new file with mode: 0644]
util/Makefile.am
util/yaz-url.c [new file with mode: 0644]
win/makefile