Re: HTTP request using another method such as PATCH

2011-02-01 Thread Oleg Kalnichevski
On Tue, 2011-02-01 at 15:30 +0100, Grzegorz Szpetkowski wrote: > Hi, > > According to HttpClient Tutorial (1.1.1. HTTP request) there is > support for methods: GET, HEAD, POST, PUT, DELETE, TRACE and OPTIONS. > How I can make request using PATCH (RFC 5789) method or CONNECT ? You ought not execu

HTTP request using another method such as PATCH

2011-02-01 Thread Grzegorz Szpetkowski
Hi, According to HttpClient Tutorial (1.1.1. HTTP request) there is support for methods: GET, HEAD, POST, PUT, DELETE, TRACE and OPTIONS. How I can make request using PATCH (RFC 5789) method or CONNECT ? I choosed Apache HttpClient library because I throught it provides much more flexibility than