On Thu, Oct 11, 2001 at 11:17:51PM -0400, Jeff Johnson wrote: > Here's a new one. What is a REQUEST_METHOD = HEAD? Isn't that just GET > or POST?
HEAD means return the HTTP headers only (e.g., so the client can decide whether it wants the document). PUT and DELE(TE?) are analagous to FTP put and delete. -- -Mike (Iron) Orr, [EMAIL PROTECTED] (if mail problems: [EMAIL PROTECTED]) http://iron.cx/ English * Esperanto * Russkiy * Deutsch * Espan~ol _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
