wandenberg / nginx-push-stream-module

A pure stream http push technology for your Nginx setup. Comet made easy and really scalable.
Other
2.22k stars 295 forks source link

Unexpected identifier #131

Closed lzmy closed 10 years ago

lzmy commented 10 years ago

the pub action only support the text ? not support the array ?

wandenberg commented 10 years ago

Can you explain better what do you mean about "support the array"? What are you trying to do?

lzmy commented 10 years ago

uh,I'm very sorry ,my expression.Actually I want to know how a request to send multiple parameters .Thanks!

wandenberg commented 10 years ago

Hi @lzmy

Can you give me an example of what are you trying to do? I still not understanding your doubt. When you send a POST to a pub location the entire body will be used as the message text. If you want to send other parameters on this POST you can use the url, setting parameters like in a GET request.