Info-Mac Archive Downloads: dev/src/ SourceCode

Back to dev/src/ SourceCode

http OT sample (http-server-ot.hqx)

Download http-server-ot.hqx (148,006 KB)


From: vinnie@webstuff.apple.com (vinnie moscaritolo)
Subject: http OT sample

HttpServer Macintosh OpenTransport Network Server shell

Version: early but functional

Apple Macintosh Developer Technical Support
Written by: Vinne Moscaritolo

Copyright (work in progress) Apple Computer, Inc

You may incorporate this sample code into your applications without
restriction, though the sample code has been provided "AS IS" and the
responsibility for its operation is 100% yours. However, what you are
not permitted to do is to redistribute the source as "DSC Sample Code"
after having made changes. If you're going to re-distribute the source,
we require that you make it clear in the source that the code was
descended from Apple Sample Code, but that you've made changes.

HttpServer is a MacOS faceless background task that can be used as framework
for developing connection based OpenTransport network servers. Written in
Metrowerks C++, the HttpServer utilizes the Thread Manager, OpenTransport,
AppleEvents (barely) and C++ IOStreams.