OpenAgentID documentation
Source referencesPackage entries

openagent-http (Rust)

HTTP binding for the OpenAgent Core Protocol identity flow. Axum integration, HTTP client, and discovery for agent challenge-response authentication.

Purpose

HTTP binding for the OpenAgent Core Protocol identity flow. Axum integration, HTTP client, and discovery for agent challenge-response authentication.

Read the protocol adapters guide.

Source contract

FieldValue
Packageopenagent-http
Version0.1.0
LanguageRust
Runtime floor1.78
Manifestopenagent-sdk/adapters/http/rust/Cargo.toml
DistributionSource package; registry publication not verified

Manifest SHA-256: 4ca366fe65bf95329299acefdb5d7c3d9746ba8c9e4b7bdd602c228946a99158. The recorded Git revision identifies the containing repository; the manifest and entry-point hashes identify this working-tree snapshot.

Integration

Use the package root above from an authorized source checkout. Preserve sibling dependencies and their version/feature requirements. Install the runtime and compile the selected package before using its generated artifacts. The task guide describes configuration, trust boundaries, and error behavior. Test/conformance and deployment packages are supporting tools, not interchangeable production identity providers.

Features and optional dependencies

{
  "default": [
    "axum-integration"
  ],
  "axum-integration": [
    "dep:axum",
    "dep:axum-core"
  ]
}

Exported entry points

The declarations below are extracted from the named entry files. This is a navigable source reference, not compiler-generated documentation of every transitive module. Feature gates and runtime requirements still apply. Private implementation files are not promoted to public APIs merely because they contain a public declaration.

openagent-sdk/adapters/http/rust/src/lib.rs

Source SHA-256: e8edfdccf52752530c137986e9048db7421eab6c4e467f7eb2573eeddc5eef63.

pub mod client;
pub mod discovery;
pub mod headers;
pub mod server;
pub mod session;
pub mod transport;
pub mod axum;
pub use headers::{HEADER_OPENAGENT_DID, HEADER_OPENAGENT_SESSION, OPENAGENT_AUTH_SCHEME};
pub use transport::HttpTransport;
pub const VERSION: &str = env!("CARGO_PKG_VERSION");

Module signatures and options

Browse the declared public source modules. This includes signatures, struct fields, enums, traits, method declarations, source comments and conditional attributes.

On this page