]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1541559: HTTPClient: a utility for sending HTTP requests and handling responses
authorJeff Davis <jdavis@sitka.bclibraries.ca>
Fri, 20 Nov 2015 21:54:36 +0000 (13:54 -0800)
committerKathy Lussier <klussier@masslnc.org>
Mon, 20 Feb 2017 23:54:37 +0000 (18:54 -0500)
commit77f8b367decae2bbe1f3061a6945e4c2c98d94cf
tree938322d7c5cfd05945946c0c52850281436683f4
parentef5fb9f2ecc3a9c6b9b595f79a6c9fe246c3589d
LP#1541559: HTTPClient: a utility for sending HTTP requests and handling responses

The intent of this package is to provide basic tools for communicating
with third-party APIs.  It is a dependency of the open-ils.ebook_api
service.

Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/examples/opensrf.xml.example
Open-ILS/src/perlmods/MANIFEST
Open-ILS/src/perlmods/lib/OpenILS/Utils/HTTPClient.pm [new file with mode: 0644]
Open-ILS/src/perlmods/t/14-OpenILS-Utils.t