Re: HTTP post
Re: HTTP post
- Subject: Re: HTTP post
- From: Ricky Sharp <email@hidden>
- Date: Mon, 29 Oct 2001 16:33:04 -0600
Somewhat related is a recent thread just started on the Carbon-dev list
about the CFNetwork API:
see
<
http://developer.apple.com/techpubs/macosx/Networking/CFNetwork/CFNetwork.
pdf>
Is it the plans to one day have "equal" core foundation implementations
for both Carbon and Cocoa? (e.g. I think it's been shown that a CFString
and NSString can be exchanged. Not sure if this is the case with other
CFxxx APIs.
On Monday, October 29, 2001, at 01:42 PM, Enrique Zamudio wrote:
I did this once on OS X server 1.1
There are some undocumented classes, the main one for this being
NSHTTPConnection, it was in Foundation, I don't know if it's still there
or if it has been documented. With that one I remember you could set the
method (POST or GET) and set the data that you want to POST (the format
was up to you however).
You can see if the class is still there using class-dump.
eZL
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
------------------------------------------------------------
Ricky A. Sharp Instant Interactive(tm)
Founder & President <
http://www.instantinteractive.com>
<
mailto:email@hidden>
------------------------------------------------------------
References: | |
| >re: HTTP post (From: Enrique Zamudio <email@hidden>) |