Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] HttpClient with custom Protocol Version

Hi,

On Fri, Feb 7, 2020 at 5:38 PM Karel Goderis <karel.goderis@xxxxxx> wrote:
>
> Sure
>
> I would like to send HTTP messages like
>
> EVENT/1.0 200 OK
> Content-Type: application/hap+json Content-Length: <length>
> {
>     ”characteristics” : [
> {
> ”aid” : 1,
> ”iid” : 4,
> ”value” : 23.0 }
> ] }
>
> over the HTTP connection

That looks like a response from a server, not something a client would
send to a server.
Am I wrong?

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top