Can not reproduce it: just tested and it works to me. Code was a cut and paste of your example except for the first line within the 'if' block which should read as

::rivet::load_response

a typo I guess

 -- Massimo

On 06/15/2015 10:15 AM, Paolo Bevilacqua wrote:
Test example, latest Rivet.

if {[::rivet::env REQUEST_METHOD] == "POST"} {
:  rivet::load_response
   parray response
   # array response, or any other name if specified, has no POST data.
   set string [::rivet::raw_post]
   puts $string
   # string has POST data
}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to