Skip to content

mock http server

vp-utils mock_http_server

Mock HTTP Server

Synopsis

A simple mock HTTP server for testing purposes.It can be used to simulate API responses and test client applications without needing a real backend.

vp-utils mock_http_server [flags]

Options

  -c, --config string    Path to the configuration file for the mock HTTP server
  -e, --example-config   Fetch example configuration for the mock HTTP server
  -h, --help             help for mock_http_server
  -p, --port int         Port on which the mock HTTP server will run (default 8080)

SEE ALSO

Auto generated by spf13/cobra on 24-Jul-2025