openagent-http · crate
Declared module signatures, types, configuration, and source documentation.
Source: openagent-sdk/adapters/http/rust/src/lib.rs. SHA-256: e8edfdccf52752530c137986e9048db7421eab6c4e467f7eb2573eeddc5eef63.
This source reference follows declared modules and preserves feature attributes. It includes public declarations and implementation methods in those modules. Private-module exports and trait resolution still require the compiler; not every declaration is a crate-root import. Function bodies and constant values are omitted. Source comments describe their implementation context and are not a production deployment claim.
client
pub mod client;Source line: 29.
discovery
pub mod discovery;Source line: 30.
headers
pub mod headers;Source line: 31.
server
pub mod server;Source line: 32.
session
pub mod session;Source line: 33.
transport
pub mod transport;Source line: 34.
axum
#[cfg(feature = "axum-integration")]
pub mod axum;Source line: 37.
pub use headers::{HEADER_OPENAGENT_DID, HEADER_OPENAGENT_SESSION, OPENAGENT_AUTH_SCHEME};
pub use headers::{HEADER_OPENAGENT_DID, HEADER_OPENAGENT_SESSION, OPENAGENT_AUTH_SCHEME};Source line: 39.
pub use transport::HttpTransport;
pub use transport::HttpTransport;Source line: 40.
::VERSION
Crate version.
pub const VERSION: &str;Source line: 43.