Warning

This documentation is actively being updated as the project evolves and may not be complete in all areas.

HTTP driver

jumpstarter-driver-http provides functionality for HTTP communication.

Installation

pip install jumpstarter-driver-http

Configuration

Example configuration:

export:
  http:
    type: jumpstarter_driver_http.driver.HttpServer
    config:
      # Add required config parameters here

API Reference

Add API documentation here.