> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/relay/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/relay/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Struct Atof Endpoint Section Config

> Streaming destination for raw ATOF events.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi`.

<pre />

Streaming destination for raw ATOF events.

## Fields

### `url: String`

Endpoint URL.

### `transport: String`

Transport: `http_post`, `websocket`, or `ndjson`.

### `headers: HashMap<String, String>`

Headers applied to endpoint requests or handshakes.

### `timeout_millis: u64`

Per-endpoint timeout in milliseconds.

## Trait Implementations

### `impl Clone for AtofEndpointSectionConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AtofEndpointSectionConfig`

<pre />

#### `fmt`

<pre />

### `impl<'de> Deserialize<'de> for AtofEndpointSectionConfig`

<pre />

#### `deserialize`

<pre />

### `impl Serialize for AtofEndpointSectionConfig`

<pre />

#### `serialize`

<pre />