Suvarna Garge (Editor)

CL HTTP

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
John C. Mallery

Operating system
  
Cross-platform

License
  
Proprietary

Written in
  
Common Lisp

Type
  
Web Server

Initial release
  
1994; 23 years ago (1994)

CL-HTTP is a web server, client and proxy written in Common Lisp. It is based on its own web application framework. It was written by John C. Mallery "in about 10 days" starting in 1994 on a Symbolics Lisp Machine. In the same year a port to Macintosh Common Lisp was done. In 1996 CL-HTTP became the first web server to support the HTTP 1.1 protocol. It runs on Unix, Linux, BSD variants, Mac OS X, Solaris, Symbolics Genera and Microsoft Windows.

Contents

CL-HTTP makes extensive use of the Common Lisp Object System and the macro capabilities of Lisp.

Usage

CL-HTTP has been used in several applications. ELM-ART is a tutoring system written in Common Lisp using CL-HTTP. It was later commercialized as NetCoach. InterBook is an early adaptive electronic textbook, also written on top of CL-HTTP. Cl-HTTP has been used very early as a tool to create web interfaces for applications.

In 1994, CL-HTTP was used by the W3C and other members of the IETF HTTP working group to develop reference clients and servers for HTTP 1.1.

Most prominently, CL-HTTP was used during the presidency of Bill Clinton as the web server for the White House Publications web site. It distributed the daily press releases and official publications of the Clinton Administration.

CL-HTTP has been used as an example of a non-trivial Lisp application.

Features

  • Object-oriented architecture using the Common Lisp Object System
  • SSL support
  • Server
  • Handling of static files
  • Computed content, Computed forms
  • HTML generation with Lisp macros
  • Virtual servers
  • Web page access authentication
  • Custom logging
  • Server-side includes
  • Caching Proxy
  • Client
  • References

    CL-HTTP Wikipedia


    Similar Topics