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.
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¶
- vp-utils - vp-utils, v0.16.0