On Tue, Nov 08, 2005 at 06:49:40PM +0100, Davi wrote: > We are using neon 0.23.8 to send a HTTP request with a > Content-Type: application/x-www-form-urlencoded > > We would like to know if neon support sending it as a > Content-Type: multipart/form-data > If the answer is "No", is it too complex to develop that support. Note > that the PHP apache module supports it.
Yes, you can send multipart/form-data content in a request body using neon. There's no help provided creating the body, you'll have to format it yourself. joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
