# HTTP driver `jumpstarter-driver-http` provides functionality for HTTP communication. ## Installation ```shell pip3 install --extra-index-url https://pkg.jumpstarter.dev/simple/ 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.