Re: How to get the parameters from HttpRequest?

2014-12-19 Thread Oleg Kalnichevski
On Fri, 2014-12-19 at 14:55 +0100, Johan Hertz wrote: > On 2014-12-19 14:47, Oleg Kalnichevski wrote: > > On Thu, 2014-12-18 at 17:59 +0100, Johan Hertz wrote: > >> Hi, > >> > >> I am creating a class that implements the interface HttpRequestHandler. > >> The handle method has a parameter of type H

Re: How to get the parameters from HttpRequest?

2014-12-19 Thread Johan Hertz
On 2014-12-19 14:47, Oleg Kalnichevski wrote: On Thu, 2014-12-18 at 17:59 +0100, Johan Hertz wrote: Hi, I am creating a class that implements the interface HttpRequestHandler. The handle method has a parameter of type HttpRequest on which I would expect to find the payload/parameters sent to th

Re: How to get the parameters from HttpRequest?

2014-12-19 Thread Oleg Kalnichevski
On Thu, 2014-12-18 at 17:59 +0100, Johan Hertz wrote: > Hi, > > I am creating a class that implements the interface HttpRequestHandler. > The handle method has a parameter of type HttpRequest on which I would > expect to find the payload/parameters sent to the server. It does have a > getParam

How to get the parameters from HttpRequest?

2014-12-18 Thread Johan Hertz
Hi, I am creating a class that implements the interface HttpRequestHandler. The handle method has a parameter of type HttpRequest on which I would expect to find the payload/parameters sent to the server. It does have a getParams method but it is deprecated. The deprecated message is /"use c