Homepage: https://github.com/skangas/url-scgi
Author: Stefan Kangas
Updated:
SCGI support for url.el
Support for SCGI URLs in Emacs, with url.el. The SCGI specification document can be found at: https://python.ca/scgi/protocol.txt Usage, with xml-rpc.el: (require 'url-scgi) (xml-rpc-method-call "scgi://localhost:5000" "some.method") This is heavily based on the url-http.el library. Bug reports, comments, and suggestions are welcome! Send them to Stefan Kangasor report them on GitHub.