| Article: |
How to Write a Cocoa Web Server | |
| Subject: | Not quite finished yet | |
| Date: | 2006-12-30 15:01:34 | |
| From: | olmeca | |
|
While experimenting with this web server implementation I discovered that it does not support processing the message body of the request. With other words it cannot be used for HTTP POST requests, and - as a consequence - not for processing web services. |
||
Showing messages 1 through 1 of 1.
-
Not quite finished yet
2006-12-31 02:34:44 JürgenSchweizer [View]
Thanks for giving me the opportunity to clarify this point. The sample Xcode project I provided with this article is by no means intended to be a fully featured HTTP server library. It is in fact only a minimal implementation that illustrates how to get started using Cocoa and Core Foundation to process HTTP Requests. I hope the code is simple enough for interested readers to be able to rewrite or extend it.


