Transport indicates the message format which is currently only bencode.
If (load-pod ... {:transport :edn}) is specified, the message format will be in EDN.
Similar for :transport :json and :transport :transit.
Note that you can then combine transit payloads within edn messages, since the payload format is specified in the describe op reply.
Users will have to know which :transport option a pod supports, which should be documented in their README. If nothing is stated, :transport :bencode is assumed.
Transport indicates the message format which is currently only bencode.
(load-pod ... {:transport :edn})
is specified, the message format will be in EDN.:transport :json
and:transport :transit
.Note that you can then combine transit payloads within edn messages, since the payload format is specified in the describe op reply.
Users will have to know which
:transport
option a pod supports, which should be documented in their README. If nothing is stated,:transport :bencode
is assumed.