Tag

Delay Response

0 views collected around this technical thread.

FunTester
FunTester
May 30, 2020 · Backend Development

Extending Moco API to Support Delayed Responses for Mocking Slow Endpoints

This article explains how to extend the Moco mock server with custom delay handlers so that developers can simulate API responses that take longer than five seconds, including sample usage, wrapper methods, and the full implementation of a DelayHandler class in Java.

API mockingBackendDelay Response
0 likes · 4 min read
Extending Moco API to Support Delayed Responses for Mocking Slow Endpoints