Files
kumomta/docs/reference/http/kumod/schemas/XferProtocol.md
T
Wez Furlong a1014b952f docs: recurse into anyof elements in jsonschema
This allows showing eg: the XferProtocol::target field inline in the
xfer docs.
2026-02-03 08:29:11 +00:00

699 B

XferProtocol

!!! info This page was generated by extracting information from a JSON Schema data file for the API. It may be missing some information, or otherwise suggest approximate or placeholder values based on information in the schema file; this is due to limitations on how that data is extracted from the underlying Rust code and into the JSON Schema, and then again from there and into these docs.

This is an object value, with the following properties:

  • target - required string (uri). Expected to be an HTTP url prefix like: https://host.name:8008 http://127.0.0.1:8000

Examples

{
  "target": "http://127.0.0.1:8000"
}