Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.2.1

Request #2073 PUT and DELETE Support
Submitted: 2004-08-06 04:31 UTC
From: brandon at osuosl dot org Assigned: avb
Status: Closed Package: HTTP_Client
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 17 - 1 = ?

 
 [2004-08-06 04:31 UTC] brandon at osuosl dot org
Description: ------------ Methods for the HTTP methods PUT and DELTE would be great.

Comments

 [2004-09-15 10:05 UTC] avb
HTTP_Client was designed for simplifying the most common tasks, therefore no PUT and DELETE support. You may consider using HTTP_Request directly, as you can create any kind of request with that.
 [2008-10-10 21:50 UTC] avb (Alexey Borzov)
As this request seems to be quite popular after all, I will implement the delete() and put() methods.
 [2008-10-11 10:04 UTC] avb (Alexey Borzov)
Implemented in CVS