re: HTTP post
re: HTTP post
- Subject: re: HTTP post
- From: Enrique Zamudio <email@hidden>
- Date: Mon, 29 Oct 2001 13:42:38 -0600
- Organization: Nasoft
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