/atest-ext-collector

Collector Extension of API Testing

Primary LanguageGoApache License 2.0Apache-2.0

atest-ext-collector

Collector Extension of API Testing

HTTP Proxy

Below is the command to start the HTTP proxy server.

atest-collector proxy

DNS Server

atest-collector dns --simple-config config.yaml

Below is an example of a simple DNS config:

simple:
    atest.com: 127.0.0.1
    www.atest.com: 127.0.0.1