TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | CC |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
This is a simple web server written in Objective C using the CCFNetwork (for OSX and iOS)
It's based on SimpleHTTPd which Alex Potsites derived from SimpleHTTPServer written by Jurgen of Cultured Code (ace Mac developer of Things fame) and the article he wrote for O'Reilly's Mac Dev Center.
SimpleHTTPd made serveral improvements including handling POST requests, handling requests split over multiple packets, changing the listening port, the web root, and advertising the server via Bonjour.
@properties
stopListening
it now does correclty clean up after itself and closes the socket handle, allowing it to be reusedisListening
that returns the state of the serverloggingEnabled
controls NSLogs autogenerateIndex
to YES and it automatically creates a basic html with a list of anchors for the directory contents.