1 रिपॉजिटरी
Securing mock endpoints using certificates to simulate encrypted connections.
Distinct from Traffic Encryption Services: Candidates focus on control plane or payload encryption; this is about basic HTTPS simulation for a mock server.
Explore 1 awesome GitHub repository matching security & cryptography · HTTPS Mocking. Refine with filters or upvote what's useful.
moco is a multi-protocol mock server and programmable API stub used to simulate HTTP, REST, WebSocket, and Server-Sent Events endpoints. It enables the creation of fake backend services to facilitate development and integration testing without requiring a live server. The project distinguishes itself through its ability to act as a network traffic replay tool, capturing real request-response pairs via a proxy and playing them back locally. It also supports bidirectional communication simulations, including WebSocket server simulation and SSE stream simulation with configurable delivery delays
Secures mock endpoints using provided certificates to simulate encrypted HTTPS connections.