Skip to content

Index of Module httpsclient

Matthias Görges edited this page Aug 4, 2013 · 7 revisions

Module: httpsclient

The module httpsclient provides minimal code to establish https connectivity as a client. this does not support multiple concurrent connections! It is currently used in the redcap module and pushnotification module.

Functions in this module:

Function Short Description
(httpsclient-open host . port) Establish a connection to an https server
(httpsclient-key-open host certchain key password . port) Establish a connection to an https server using a certificate for authentication
(httpsclient-send buf) Send u8vector data to https server
(httpsclient-recv buf) Receive u8vector data from https server
(httpsclient-recv-reentrant buf) placeholder, please help expand!
(httpsclient-close) Close the connection to the https server
(httpsclient-test host src) Make a simple https GET request and dumps the response
Clone this wiki locally