Skip to main content

Crate drasi_bootstrap_http

Crate drasi_bootstrap_http 

Source
Expand description

HTTP bootstrap plugin for Drasi

This plugin fetches initial state from REST APIs to populate graph queries. It supports multiple endpoints, various authentication methods, pagination strategies, and Handlebars-based response-to-element mapping.

Re-exports§

pub use config::HttpBootstrapConfig;
pub use provider::HttpBootstrapProvider;

Modules§

auth
Authentication strategies for HTTP bootstrap requests.
config
Configuration types for the HTTP bootstrap provider.
content_parser
Content parsing for HTTP bootstrap responses.
descriptor
Plugin descriptor for the HTTP bootstrap provider.
pagination
Pagination strategies for HTTP bootstrap requests.
provider
HTTP Bootstrap Provider implementation.
response
Response parsing and element extraction.
template_engine
Handlebars template engine for transforming API response items into Drasi graph elements.