# HTTP driver `jumpstarter-driver-http` provides functionality for HTTP communication. ## Installation ```shell pip install jumpstarter-driver-http ``` ## Configuration Example configuration: ```yaml export: http: type: jumpstarter_driver_http.driver.HttpServer config: # Add required config parameters here ``` ## API Reference Add API documentation here.