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
The bundle payload is sent as the body of the *POST* request.
23
23
The URL parameters `dst` and `lifetime` are used to set the corresponding bundle fields.
24
+
The [Bundle Processing Control Flags](https://www.rfc-editor.org/rfc/rfc9171.html#name-bundle-processing-control-f) can be set as an unsigned integer via the `flags` parameter.
24
25
25
26
```
26
27
$ curl -X POST -d 'hello world' "http://127.0.0.1:3000/send?dst=dtn://node3/incoming&lifetime=5m"
0 commit comments