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 21:39:20 +0000 (16:39 -0500)
commit20a11a7e31e31c4651519a6a01511d55b99eca7c
tree938322d7c5cfd05945946c0c52850281436683f4
parent5422f3b57b7a636e8499fb530084a5cc685b738e
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