> 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 Http Storage Config

> HTTP endpoint settings for ATIF trajectory upload.

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

<pre />

HTTP endpoint settings for ATIF trajectory upload.

Completed trajectories are uploaded with `POST` and an `application/json` body. Inline `headers` are merged with values resolved from `header_env`; `header_env` values are environment variable names, not secret values.

## Fields

### `endpoint: String`

Destination endpoint URL. Must use `http://` or `https://`.

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

Static request headers.

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

Request headers whose values are read from environment variables.

### `timeout_millis: u64`

Request timeout in milliseconds.

## Trait Implementations

### `impl Clone for HttpStorageConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for HttpStorageConfig`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl Serialize for HttpStorageConfig`

<pre />

#### `serialize`

<pre />