Hi! When Zope receives a HTTP POST request, where is the data stored in Zope's REQUEST object? Thanks in advance, Igor Leturia
They are stored in the same way inside the REQUEST object as when you would use GET. It is transparent to the application. -aj --On Dienstag, 8. Oktober 2002 16:16 +0200 Igor Leturia <IGOR@emun.com> wrote:
Hi!
When Zope receives a HTTP POST request, where is the data stored in Zope's REQUEST object?
Thanks in advance,
Igor Leturia
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Igor Leturia wrote:
Hi!
When Zope receives a HTTP POST request, where is the data stored in Zope's REQUEST object?
Thanks in advance,
Igor Leturia
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
options is your friend. \Oliver
participants (3)
-
Andreas Jung -
Igor Leturia -
Oliver Marx