fastcgipp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fastcgipp-users] FastCGI++ usage for REST service and support for P


From: Eddie Carle
Subject: Re: [Fastcgipp-users] FastCGI++ usage for REST service and support for PUT methods
Date: Wed, 30 Jul 2014 13:44:31 -0600

On Mon, 2014-07-28 at 09:52 -0700, Matt Schuckmann wrote:
> That partially solves the problem but inProcessor() is only called if
> it's a POST method, with REST api's data (typically JSON or XML) can
> be carried with PUT methods also.
> 
> I'm not sure if you should just inProcessor() called for any in-data
> or just POST and PUT methods. 
> My gut says that clients of your library should at least have a chance
> to process any data provided no matter the method and content type.

Yeah, it seems like the call to that function should be done
independently of the POST method. I'm not sure why I put it where I did.
-- 
        Eddie Carle




reply via email to

[Prev in Thread] Current Thread [Next in Thread]