Skip to content

A simple HTTP/1.0 server with support for GET and HEAD requests.

License

Notifications You must be signed in to change notification settings

eugeneia/httpd0

Repository files navigation

httpd0

Description:

A simple but effective HTTP/1.0 server for Clozure Common Lisp with support for GET and HEAD requests. httpd0 is lightweight and reasonably fast. It can serve static files out of the box and its modular design allows for easy implementation of custom responders. In addition to the mandatory headers, httpd0 also supports the Last-Modified and If-Modified-Since headers. It’s downwards compatible to HTTP/0.9 clients.

Things httpd0 does not support:

  • PUSH requests
  • Query parameters (implemented in the query-parameters branch if you really want them)
  • Response compression
  • SSL
  • A lot of headers
  • HTTP/1.1

Current stable version is 1.2.

Documentation:

Dependencies:

About

A simple HTTP/1.0 server with support for GET and HEAD requests.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published