-
Notifications
You must be signed in to change notification settings - Fork 88
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.
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 |
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip