[ https://issues.apache.org/jira/browse/HTTPCLIENT-1828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15888844#comment-15888844 ]
Gary Gregory commented on HTTPCLIENT-1828: ------------------------------------------ The verbs that do not extend {{HttpEntityEnclosingRequestBase}} are: - org.apache.http.client.methods.HttpDelete - org.apache.http.client.methods.HttpGet - org.apache.http.client.methods.HttpHead - org.apache.http.client.methods.HttpOptions - org.apache.http.client.methods.HttpTrace > HttpDelete does not extend HttpEntityEnclosingRequestBase > --------------------------------------------------------- > > Key: HTTPCLIENT-1828 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1828 > Project: HttpComponents HttpClient > Issue Type: Improvement > Reporter: Saravanakumar Selvaraj > > Sending body in DELETE is allowed as the HTTP 1.1 specification does not > forbid. Hence HttpDelete.class should extend from > HttpEntityEnclosingRequestBase instead of HttpRequestBase. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org