You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: