Skip to content

xcvista/ohttpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bb568f4 · Apr 17, 2013

History

4 Commits
Apr 17, 2013
Apr 17, 2013
Feb 23, 2013
Apr 17, 2013
Apr 17, 2013
Apr 17, 2013
Apr 17, 2013
Apr 17, 2013
Apr 17, 2013
Apr 17, 2013
Apr 17, 2013
Apr 17, 2013
Feb 23, 2013
Feb 23, 2013

Repository files navigation

ohttpd: Objective-C HTTP server

This is a full-fledged HTTP server written in Objective-C. It have the following parts:

* CGIKit.4: CGIKit.framework (OS X) / libCGIKit.so.4 (Linux)
  This is the new CGIKit, which is the core library the entire server and its architecture runs on.

* ohttpd
  This is the server executable. It is a simple stub that calls into CGIKit.

* Various CGI*Module
  These are modules for CGIKit server, including static files, bundles, and directory listing.

* CGIInfo
  A bundle running under CGIBundleModule, phpinfo() equilivent;

About

Objective-C HTTP server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published