Metadata-Version: 2.4
Name: jumpstarter-driver-http
Version: 0.6.0
Summary: Exporter HTTP service driver
Project-URL: Homepage, https://jumpstarter.dev
Project-URL: source_archive, https://github.com/jumpstarter-dev/repo/archive/c2927a2abac82d224c7bd28f9ed83c57b5222e65.zip
Author-email: Benny Zlotnik <bzlotnik@redhat.com>
License-Expression: Apache-2.0
Requires-Python: >=3.11
Requires-Dist: anyio>=4.6.2.post1
Requires-Dist: jumpstarter
Requires-Dist: jumpstarter-driver-composite
Requires-Dist: jumpstarter-driver-opendal
Requires-Dist: yarl>=1.18.3
Description-Content-Type: text/markdown

# 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.
