Documentation

Commentary

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 Kangas <stefankangas@gmail.com> or report them on GitHub.

Requires

Dependencies

Consumers

Reverse Dependencies