]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-lua: Add a minimal interface to lib-http
authorSiavash Tavakoli <siavash.tavakoli@open-xchange.com>
Mon, 25 Oct 2021 11:23:56 +0000 (12:23 +0100)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 16 Mar 2022 10:27:30 +0000 (12:27 +0200)
commit25ae16cb40d42f60c0d700217ab9ea09d1e7226f
treef089d9b2081b9e0087fa4cc995a8d7a867a50853
parente5ae6b26e9f54fc550ecf63c58fe781aefe4dec7
lib-lua: Add a minimal interface to lib-http

Adds the ability to
- Creating http clients
- Creating http requests
- Adding arbitrary headers and payload to the http request
- Submitting the request to remote server and getting the response
src/lib-lua/Makefile.am
src/lib-lua/dlua-dovecot-http.c [new file with mode: 0644]
src/lib-lua/dlua-dovecot.c
src/lib-lua/dlua-script-private.h