> 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 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: AtofEndpointTransport`

Endpoint transport.

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

Headers applied to endpoint requests or handshakes.

### `timeout_millis: u64`

Per-endpoint timeout in milliseconds.

## Implementations

### `impl AtofEndpointConfig`

<pre />

#### `new`

<pre />

Create a streaming endpoint with defaults.

#### `with_header`

<pre />

Add a header to this endpoint config.

#### `with_timeout_millis`

<pre />

Override the endpoint timeout.

## Trait Implementations

### `impl Clone for AtofEndpointConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AtofEndpointConfig`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl PartialEq for AtofEndpointConfig`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for AtofEndpointConfig`

<pre />

#### `serialize`

<pre />

### `impl Eq for AtofEndpointConfig`

<pre />

### `impl StructuralPartialEq for AtofEndpointConfig`

<pre />