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: Fri, 25 Jul 2014 22:58:15 -0600

On Fri, 2014-07-25 at 16:10 -0700, Matt Schuckmann wrote:
> I am testing out using FastCGI++ for an embedded REST service
> application and it didn't take me long to discover that FastCGI++
> completely discards content data associated with a PUT method,
> actually it looks like it only accepts data from POSTs and only
> requests with a content type of multipart/form-data or
> application/x-www-form-urlencoded. 
> 
> Is there a reason for this or just an oversight? 
> 
> At this point I'm planning on making the changes for FastCGI++ to
> properly receive PUT data and any suggestions on how I should proceed
> would be appreciated.

Check out Fastcgipp::Request::inProcessor(). It doesn't exist in the
tarballed versions of fastcgi++ but if you checkout the latest git it is
there. I think it should allow you to do what you're hoping.
-- 
        Eddie Carle




reply via email to

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