Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 29512 invoked from network); 25 Jan 2008 21:18:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jan 2008 21:18:58 -0000 Received: (qmail 51467 invoked by uid 500); 25 Jan 2008 21:18:48 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 51440 invoked by uid 500); 25 Jan 2008 21:18:48 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 51431 invoked by uid 99); 25 Jan 2008 21:18:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 13:18:48 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 21:18:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B3257714244 for ; Fri, 25 Jan 2008 13:18:34 -0800 (PST) Message-ID: <18835542.1201295914730.JavaMail.jira@brutus> Date: Fri, 25 Jan 2008 13:18:34 -0800 (PST) From: "David Gallardo (JIRA)" To: dev@hc.apache.org Subject: [jira] Updated: (HTTPCLIENT-733) Implementation of Delete method In-Reply-To: <18325215.1201295674125.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCLIENT-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Gallardo updated HTTPCLIENT-733: -------------------------------------- Attachment: HttpDelete.java HTTP Delete method > Implementation of Delete method > ------------------------------- > > Key: HTTPCLIENT-733 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-733 > Project: HttpComponents HttpClient > Issue Type: New Feature > Components: HttpClient > Affects Versions: 4.0 Alpha 2 > Environment: All > Reporter: David Gallardo > Attachments: HttpDelete.java > > > The HTTP request method, Delete, had not been implemented. I needed it and created an HttpDelete class modeled after HttpGet. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org