Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

apimock-rs (API Mock) Documentation

A developer-friendly, featherlight and functional HTTP(S) mock server built in Rust.

Who is this for?

  • Developers who want to quickly mock APIs without heavy setup.
  • Beginners who benefit from minimal configuration.
  • Advanced users needing logic-based response behavior.

Quick Start

Easy to start with npm package.

npm install -D apimock-rs
npx apimock

demo

For Users


Contribution