Skip to content
/ whistle Public
forked from gigamonkey/whistle

A higher-level web server built on top of Toot

License

Notifications You must be signed in to change notification settings

ksaj/whistle

 
 

Repository files navigation

Whistle is a web server built on top of Toot
(https://github.com/gigamonkey/toot).

Toot provides the low-level HTTP plumbing and hands off each request
to a handler. Whistle is one such handler that can be configured via
config files (not code) to automatically redirect certain urls
elsewhere; to require basic-authentication for certain urls; and to
handle urls matching specific patterns with specific functions.

About

A higher-level web server built on top of Toot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Common Lisp 92.5%
  • HTML 7.5%