HTTP 1.1 endpoints
This protocol binding for HTTP 1.1 supports sending messages to an HTTP server/endpoint. However, deviating from the other connections, in case of HTTP we only support one-way communication. To be more specific, publishing to HTTP is supported, but receiving from such a system is currently not implemented.
How it works:
- It supports
twin events
,messages
,live commands
andlive events
to HTTP resources. - It supports the HTTP verbs
POST
,PUT
andPATCH
. - It also supports
response
,events
, andannouncements
for these operations. - It does not support the
search
protocol.
Find a description on how to create a connection at
Manage your connections
Find the complete documentation at Eclipse
Ditto.