Implemented bug #635: YAZ/ZOOM layer should include non SRU options in the
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 16 Aug 2006 22:47:09 +0000 (22:47 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 16 Aug 2006 22:47:09 +0000 (22:47 +0000)
commit184f0911dd1ef651b6ba659df0eb33ff2455014c
tree568402b77fa612d2c431734d15395dec8175548a
parentb7d2e2be0cdfdcd7703f4097165c5342202b9c65
Implemented bug #635: YAZ/ZOOM layer should include non SRU options in the
HTTP/GET URL.
ZOOM-C reads option extraArgs. If set the value of extraArgs is appended to
SRU URI (POST/GET). Value is _raw_ URI part, such as x-id-a=v1&x-id-b=v2 .
NEWS
include/yaz/srw.h
src/srw.c
src/srwutil.c
src/zoom-c.c