NIO HttpCore + POST Queries

2014-03-04 Thread PASSANITI Frédéric
Hello, Is it possible to do some POST queries with nio httpcore library ? I'm using the BasicHttpRequest object to create GET queries, but if I want to write/add binary content into a POST query I don't find any objet or method to do it. Is it possible ? N.B. : I'm not using httpclient lib,

Re: NIO HttpCore + POST Queries

2014-03-04 Thread Oleg Kalnichevski
On Tue, 2014-03-04 at 15:36 +, PASSANITI Frédéric wrote: Hello, Is it possible to do some POST queries with nio httpcore library ? Of course, it is. I’m using the BasicHttpRequestobject to create GET queries, but if I want to write/add binary content into a POST query I don’t