Skip to content

p-snow/socket-http-server

Repository files navigation

This is a simple implementation of a Unix Domain Socket server providing an HTTP service. It was primarily developed for Org Web Track, an Emacs package that offers a data tracking framework in Org Mode. The following path in the HTTP GET request is supported.

  • Getting remaining disk space for file system <fs>
    /info/fs/avail?file=<fs>
        

Installation

  • building the code
    cargo build
        
  • running the server
    cargo run
        

About

EXPERIMENTING: A simple HTTP server connecting via Unix Socket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published