iPhoneHTTPServer3

所属分类:iPhone/iOS
开发工具:Objective-C
文件大小:204KB
下载次数:214
上传日期:2010-03-05 19:57:11
上 传 者Andy4321
说明:  iphone http网络协议开发实例,很好的模板哦
(iphone http network protocol development examples, a very good template Oh)

文件列表:
iPhoneHTTPServer3 (0, 2009-04-20)
iPhoneHTTPServer3\.DS_Store (6148, 2009-04-20)
__MACOSX (0, 2009-04-20)
__MACOSX\iPhoneHTTPServer3 (0, 2009-04-20)
__MACOSX\iPhoneHTTPServer3\._.DS_Store (225, 2009-04-20)
iPhoneHTTPServer3\.svn (0, 2009-04-20)
iPhoneHTTPServer3\.svn\entries (4669, 2008-12-02)
__MACOSX\iPhoneHTTPServer3\.svn (0, 2009-04-20)
__MACOSX\iPhoneHTTPServer3\.svn\._entries (225, 2008-12-02)
iPhoneHTTPServer3\.svn\format (2, 2008-11-29)
__MACOSX\iPhoneHTTPServer3\.svn\._format (225, 2008-11-29)
iPhoneHTTPServer3\.svn\prop-base (0, 2009-04-20)
iPhoneHTTPServer3\.svn\prop-base\AsyncSocket.h.svn-base (34, 2008-11-29)
__MACOSX\iPhoneHTTPServer3\.svn\prop-base (0, 2009-04-20)
__MACOSX\iPhoneHTTPServer3\.svn\prop-base\._AsyncSocket.h.svn-base (225, 2008-11-29)
iPhoneHTTPServer3\.svn\prop-base\AsyncSocket.m.svn-base (34, 2008-11-29)
__MACOSX\iPhoneHTTPServer3\.svn\prop-base\._AsyncSocket.m.svn-base (225, 2008-11-29)
iPhoneHTTPServer3\.svn\prop-base\DDData.h.svn-base (34, 2008-11-29)
__MACOSX\iPhoneHTTPServer3\.svn\prop-base\._DDData.h.svn-base (225, 2008-11-29)
iPhoneHTTPServer3\.svn\prop-base\DDData.m.svn-base (34, 2008-11-29)
__MACOSX\iPhoneHTTPServer3\.svn\prop-base\._DDData.m.svn-base (225, 2008-11-29)
iPhoneHTTPServer3\.svn\prop-base\DDNumber.h.svn-base (34, 2008-11-29)
__MACOSX\iPhoneHTTPServer3\.svn\prop-base\._DDNumber.h.svn-base (225, 2008-11-29)
iPhoneHTTPServer3\.svn\prop-base\DDNumber.m.svn-base (34, 2008-11-29)
__MACOSX\iPhoneHTTPServer3\.svn\prop-base\._DDNumber.m.svn-base (225, 2008-11-29)
iPhoneHTTPServer3\.svn\prop-base\DDRange.h.svn-base (34, 2008-11-29)
__MACOSX\iPhoneHTTPServer3\.svn\prop-base\._DDRange.h.svn-base (225, 2008-11-29)
iPhoneHTTPServer3\.svn\prop-base\DDRange.m.svn-base (34, 2008-11-29)
__MACOSX\iPhoneHTTPServer3\.svn\prop-base\._DDRange.m.svn-base (225, 2008-11-29)
iPhoneHTTPServer3\.svn\prop-base\FileBrowser.h.svn-base (34, 2008-11-29)
__MACOSX\iPhoneHTTPServer3\.svn\prop-base\._FileBrowser.h.svn-base (225, 2008-11-29)
iPhoneHTTPServer3\.svn\prop-base\FileBrowser.m.svn-base (34, 2008-11-29)
__MACOSX\iPhoneHTTPServer3\.svn\prop-base\._FileBrowser.m.svn-base (225, 2008-11-29)
iPhoneHTTPServer3\.svn\prop-base\HTTPAuthenticationRequest.h.svn-base (34, 2008-11-29)
__MACOSX\iPhoneHTTPServer3\.svn\prop-base\._HTTPAuthenticationRequest.h.svn-base (225, 2008-11-29)
iPhoneHTTPServer3\.svn\prop-base\HTTPAuthenticationRequest.m.svn-base (34, 2008-11-29)
__MACOSX\iPhoneHTTPServer3\.svn\prop-base\._HTTPAuthenticationRequest.m.svn-base (225, 2008-11-29)
iPhoneHTTPServer3\.svn\prop-base\HTTPConnection.h.svn-base (34, 2008-11-29)
__MACOSX\iPhoneHTTPServer3\.svn\prop-base\._HTTPConnection.h.svn-base (225, 2008-11-29)
iPhoneHTTPServer3\.svn\prop-base\HTTPConnection.m.svn-base (34, 2008-11-29)
... ...

Welcome to CocoaHTTPServer! This project provides you (the developer) with an embedded HTTP server. It was built using standard networking sockets and streams, and offers a wealth of features for your app: - Built in support for bonjour broadcasting - IPv4 and IPv6 support automatically - Asynchronous networking - Multithreading support - Password protection using either digest access or basic authentication - TLS/SSL encryption support - Range request support for partial downloads and pause/resume - Support for LARGE files (up to 16 exabytes) - Heavily commented code As is the nature of embedded servers, you probably want to do something cool with it. Perhaps you simply want to serve up files, but maybe you want to provide dynamic content or allow user uploads. No problem - you can use this code to do all/any of these tasks. The suggested way to implement your custom server is by extending the HTTPServer and/or HTTPConnection classes. You'll find several methods in these classes with documentation that says "override me to add support for..." For example, if you wanted to add password protection to various resources, simply override the "isPasswordProtected" and "passwordForUser" methods. If you have questions, you may email the mailing list: http://groups.google.com/group/cocoahttpserver PLEASE NOTE: All downloads are simple examples of how to accomplish some task using CocoaHTTPServer. These downloads are not kept up to date. USE SUBVERSION TO GET THE LATEST VERSION OF THE CODE ! If you've implemented your custom server by extending the HTTPServer and HTTPConnection classes, it should be relatively easy to merge the latest improvements from subversion into your project. If you would like to receive email notifications when changes are committed, you may subscribe to the commit mailing list: http://groups.google.com/group/cocoahttpserver-commit

近期下载者

相关文件


收藏者