edq.cli.http

The edq.cli.http package contains tools for working with HTTP/web resources.

This package contains the following CLI tools:


edq.cli.http.exchange-server

Start an HTTP test server that serves the specified HTTP exchanges.

usage: python3 -m edq.cli.http.exchange-server [-h] [--port PORT]
                                               [--ignore-param IGNORE_PARAMS]
                                               [--ignore-header IGNORE_HEADERS]
                                               PATH [PATH ...]

edq.cli.http.send-exchange

Send an HTTP exchange to the target server.

usage: python3 -m edq.cli.http.send-exchange [-h] SERVER PATH

edq.cli.http.verify-exchanges

Verify that exchanges sent to a given server have the same response.

usage: python3 -m edq.cli.http.verify-exchanges [-h] SERVER PATH [PATH ...]
1"""
2The edq.cli.http package contains tools for working with HTTP/web resources.
3"""