Constructs a new DeveloperUtils instance.
Private
debugDebug flags loaded from JSON.
Private
httpRegistered mock HTTP responses.
Gets a debug flag value by path.
The path to the flag.
The default value if not found.
The flag value.
Gets a mock response by path.
The path to the mock response.
The mock response, if enabled.
Gets a mock HTTP response for a given method and URL.
The HTTP method.
The request URL.
The mock HTTP response, if found.
Loads debug flags from a JSON object.
The JSON data containing flags.
Private
parseParses and registers mock HTTP responses from debug flags. (Internal use only)
DeveloperUtils provides utilities for managing debug flags and mock HTTP responses.
Remarks